Kubernetes glue for the full CV pipeline
Onepanel wires together labeling, training, and deployment tools so teams don't have to build their own MLOps platform from scratch.

What it does Onepanel is an open-source platform that bundles computer vision workflows—image annotation, model training, hyperparameter tuning, and deployment—into something deployable on Kubernetes. It runs on any cloud or on-premises cluster and wraps existing tools like CVAT, JupyterLab, Argo Workflows, and Microsoft’s NNI under one roof.
The interesting bit Rather than building new ML frameworks, Onepanel acts as integration glue: it connects proven open-source projects into a single pipeline with shared storage and authentication. The LF AI Foundation badge suggests it’s aiming for ecosystem legitimacy, not just another startup repo.
Key highlights
- Pre-integrated stack: CVAT for annotation, JupyterLab for experimentation, Argo for pipelines, NNI for hyperparameter search
- Deploys via Kubernetes; claims cloud-agnostic and on-premises support
- Apache 2.0 licensed, with a PyPI SDK available
- Modular architecture split across multiple repositories
- 731 stars; modest but not negligible traction
Caveats
- The README is thin on technical specifics—no architecture diagrams, no performance claims, no comparison to alternatives like Kubeflow or MLflow
- “Seamlessly integrates” is their phrasing, not independently verified; your mileage with Kubernetes complexity may vary
- Video demo linked but not embeddable in text; features screenshot is high-level marketing-style, not a technical deep-dive
Verdict Worth a look if you’re running computer vision in production Kubernetes and tired of duct-taping CVAT to Argo yourself. Skip it if you want a managed service or need detailed documentation before committing; the quick-start guide is your only real on-ramp.