Skip to content

ml-pipes-supervision

ml-pipes-supervision provides Roboflow Supervision capabilities as composable operators in ml-pipes. Supervision remains the source of detection, annotation, and zone logic.

Install from PyPI in a Python 3.10+ environment:

python -m pip install ml-pipes-supervision

The package installs the required ml-pipes core and vision packages, plus the Supervision and tracker runtime dependencies. To use RoboflowInference, install the optional integration with python -m pip install "ml-pipes-supervision[inference]".

Start with Detect and Annotate for a pipeline-oriented port of a Supervision guide. See Reference for the public surface and Coverage for compatibility status.