You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Glenn Jocher f5dd65c709
Update README.md
2 years ago
.github/workflows Create __init__.py (#17) 2 years ago
ultralytics Create __init__.py (#17) 2 years ago
.gitignore Initial commit 2 years ago
.pre-commit-config.yaml Initial pip structure (#1) 2 years ago
LICENSE Initial commit 2 years ago
MANIFEST.in Initial pip structure (#1) 2 years ago
README.md Update README.md 2 years ago
requirements.txt tensorflow-macos comment (#14) 2 years ago
setup.cfg Initial pip structure (#1) 2 years ago
setup.py Add missing setup.py fields (#18) 2 years ago

README.md

Ultralytics CI

Usage

python -m pip install --upgrade pip wheel
python -m pip install .  # (dev)
# pip install ultralytics (production)

import ultralytics
from ultralytics import HUB, YOLO

ultralytics.checks()