37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
<div align="center">
|
|
<p>
|
|
<a align="center" href="" target="_blank">
|
|
<img
|
|
width="850"
|
|
src="https://media.roboflow.com/open-source/supervision/roboflow-supervision-banner.png?ik-sdk-version=javascript-1.4.3&updatedAt=1674062891088"
|
|
>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
|
|
## 👋 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.10>=Python>=3.7**](https://www.python.org/) environment.
|
|
|
|
!!! example "Pip install method (recommended)"
|
|
|
|
```bash
|
|
pip install supervision
|
|
```
|
|
|
|
!!! example "Git clone method (for development)"
|
|
|
|
```bash
|
|
git https://github.com/roboflow/supervision.git
|
|
cd supervision
|
|
pip install -e '.[dev]'
|
|
```
|
|
See contributing section to know more about contributing to the project |