# Examples This repository is packed with real-world use-cases, provided through Python scripts or interactive notebooks. Browse through to understand how the Supervision library interfaces with diverse applications. - [tracking](./tracking) by [@SkalskiP](https://github.com/SkalskiP) - [count people in zone](./count_people_in_zone) by [@SkalskiP](https://github.com/SkalskiP) - [traffic analysis](./traffic_analysis) by [@SkalskiP](https://github.com/SkalskiP) - [speed estimation](./speed_estimation) by [@SkalskiP](https://github.com/SkalskiP) - [heatmap and track](./heatmap_and_track/) by [@HinePo](https://github.com/HinePo) ## Contributing We welcome contributions from the community in the form of examples, applications, and guides. To contribute, please follow these steps: 1. Create a pull request (PR) with the `[Example]` prefix in the title, adding your project folder to the `examples/` directory in the repository. 2. Confirm your project aligns with the following standards: - Incorporates the `supervision` package. - Provides a `README.md` file, detailing the instructions to execute the project. - Showcases visual results, demonstrating the app's functionality. - Avoids adding large assets or dependencies unless absolutely necessary. - The contributor is expected to provide support for issues related to their examples. - In case the presented model has licensing complications, kindly specify them to circumvent potential misunderstandings. For inquiries or concerns about these prerequisites, feel free to raise a PR. We are committed to assist and guide you.