d143ac666f4c7cf6dc7b2b55f986470f21820da4
Install
git clone https://github.com/ultralytics/ultralytics
cd ultralytics
python -m pip install --upgrade pip wheel
pip install . # (dev)
# pip install ultralytics (production)
Usage
import ultralytics
from ultralytics import HUB, YOLO
ultralytics.checks()
Languages
Python
99.3%
Shell
0.4%
Dockerfile
0.3%