supervisionEasy Examples

Reusable vision tools: annotation, detection zones, tracking

Getting started with supervision

Installation and basic usage of supervision.

python
# Install: pip install supervision
import supervision

# Basic supervision usage
print(f"Using supervision")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: supervision)

supervision is a third-party package. Reusable vision tools: annotation, detection zones, tracking. Install with: pip install supervision

Common supervision operations

Frequently used features of supervision.

python
# Install: pip install supervision
import supervision

# Common supervision patterns
print(f"supervision version: {supervision.__version__}")

These are the most commonly used features of supervision in everyday development.

Want to try these examples interactively?

Open Easy Playground