OpenCV
Computer vision library: classic CV, DNN module for running exported models, camera pipelines, and real-time processing.
Why it is included
Ubiquitous OSS base for perception stacks, robotics, and preprocessing before deep nets.
Best for
Engineers building CV pipelines, calibration, and deployment across C++ and Python.
Strengths
- Huge API surface
- Performance
- Long maintenance history
Limitations
- API breadth can feel dated vs pure-PyTorch research code
Good alternatives
Kornia · TorchVision · MediaPipe
Related tools
AI & Machine Learning
PyTorch
Deep learning framework with strong research-to-production paths.
AI & Machine Learning
MediaPipe
Google’s cross-platform pipelines for perception: face/hand pose, segmentation, and on-device ML graphs for mobile and desktop.
AI & Machine Learning
MLflow
Open platform for the ML lifecycle: experiment tracking, model registry, packaging, evaluation, and production monitoring.
AI & Machine Learning
Ray
Distributed compute framework for Python: scale data loading, training, hyperparameter search, and online serving (Ray Serve).
AI & Machine Learning
JAX
Composable transformations (grad, vmap, pmap) plus NumPy-like API for high-performance ML research on accelerators.
AI & Machine Learning
Keras
High-level multi-backend deep learning API (TensorFlow, JAX, PyTorch) focused on ergonomics and fast iteration.
