Skip to content

Home

👋 Welcome

Supervision is a set of easy-to-use utilities that will come in handy in any computer vision project.

Supervision is still in pre-release stage 🚧 Keep your eyes open for potential bugs and be aware that at this stage our API is still fluid and may change.

💻 How to Install

You can install supervision with pip in a 3.11>=Python>=3.7 environment.

Pip install method (recommended)

pip install supervision

Git clone method (for development)

git https://github.com/roboflow/supervision.git
cd supervision
pip install -e '.[dev]'
See contributing section to know more about contributing to the project