@@ -25,7 +30,8 @@ hide:
## 👋 Hello
-We write your reusable computer vision tools. Whether you need to load your dataset from your hard drive, draw detections on an image or video, or count how many detections are in a zone. You can count on us!
+We build **reusable computer vision tools** to make your workflow faster and easier.
+Whether you need to **load datasets**, **visualize detections**, or **count objects in specific zones** — you can count on us!
+---
+
## 💻 Install
You can install `supervision` in a
-[**Python>=3.9**](https://www.python.org/) environment.
+[**Python ≥ 3.9**](https://www.python.org/) environment.
!!! example "Installation"
@@ -52,21 +60,11 @@ You can install `supervision` in a
```
=== "poetry"
- [](https://badge.fury.io/py/supervision)
- [](https://pypistats.org/packages/supervision)
- [](https://github.com/roboflow/supervision/blob/main/LICENSE.md)
- [](https://badge.fury.io/py/supervision)
-
```bash
poetry add supervision
```
=== "uv"
- [](https://badge.fury.io/py/supervision)
- [](https://pypistats.org/packages/supervision)
- [](https://github.com/roboflow/supervision/blob/main/LICENSE.md)
- [](https://badge.fury.io/py/supervision)
-
```bash
uv pip install supervision
```
@@ -78,27 +76,22 @@ You can install `supervision` in a
```
=== "rye"
- [](https://badge.fury.io/py/supervision)
- [](https://pypistats.org/packages/supervision)
- [](https://github.com/roboflow/supervision/blob/main/LICENSE.md)
- [](https://badge.fury.io/py/supervision)
-
```bash
rye add supervision
```
-
!!! example "conda/mamba install"
=== "conda"
- [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision)
+ [](https://anaconda.org/conda-forge/supervision)
+ [](https://anaconda.org/conda-forge/supervision)
+ [](https://anaconda.org/conda-forge/supervision)
+ [](https://anaconda.org/conda-forge/supervision)
```bash
conda install -c conda-forge supervision
```
=== "mamba"
- [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision) [](https://anaconda.org/conda-forge/supervision)
-
```bash
mamba install -c conda-forge supervision
```
@@ -131,9 +124,22 @@ You can install `supervision` in a
# installation
uv pip install -r pyproject.toml -e . --all-extras
-
```
+---
+
+## 📘 Documentation Overview
+
+Explore essential topics to get started with Supervision:
+
+- [Getting Started Guide](getting_started.md)
+- [API Reference](reference/index.md)
+- [Contributing Guidelines](https://github.com/roboflow/supervision/blob/main/CONTRIBUTING.md)
+- [Examples Repository](https://github.com/roboflow/notebooks)
+- [Changelog](https://github.com/roboflow/supervision/releases)
+
+---
+
## 🚀 Quickstart
@@ -142,7 +148,7 @@ You can install `supervision` in a
---
- Annotate predictions from a range of object detection and segmentation models
+ Annotate predictions from various object detection and segmentation models.
[:octicons-arrow-right-24: Tutorial](how_to/detect_and_annotate.md)
@@ -150,7 +156,7 @@ You can install `supervision` in a
---
- Discover how to enhance video analysis by implementing seamless object tracking
+ Enhance video analysis by implementing seamless object tracking.
[:octicons-arrow-right-24: Tutorial](how_to/track_objects.md)
@@ -158,7 +164,7 @@ You can install `supervision` in a
---
- Learn how to detect small objects in images
+ Learn how to detect small objects in images effectively.
[:octicons-arrow-right-24: Tutorial](how_to/detect_small_objects.md)
@@ -166,22 +172,32 @@ You can install `supervision` in a
---
- Explore methods to accurately count and analyze objects crossing a predefined line
+ Accurately count and analyze objects crossing a predefined line.
[:octicons-arrow-right-24: Notebook](https://supervision.roboflow.com/latest/notebooks/count-objects-crossing-the-line/)
-- > **Filter Objects in Zone**
+- **Filter Objects in Zone**
---
- Master the techniques to selectively filter and focus on objects within a specific zone
+ Master the techniques to selectively filter and focus on objects within a specific zone.
+
+ [:octicons-arrow-right-24: Tutorial](how_to/filter_objects_in_zone.md)
- **Cheatsheet**
---
- Access a quick reference guide to the most common `supervision` functions
+ Access a quick reference guide to the most common `supervision` functions.
[:octicons-arrow-right-24: Cheatsheet](https://roboflow.github.io/cheatsheet-supervision/)
-
+
+---
+
+## 💬 Join the Community
+
+Have questions or ideas? Join us:
+- 💻 [GitHub Discussions](https://github.com/roboflow/supervision/discussions)
+- 🐦 [Follow Roboflow on X (Twitter)](https://twitter.com/roboflow)
+- 💬 [Discord Community](https://discord.gg/roboflow)