Ultralytics CI

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()
Description
No description provided
Readme AGPL-3.0 6.1 MiB
Languages
Python 99.3%
Shell 0.4%
Dockerfile 0.3%