No description
Find a file
2022-09-21 13:45:12 +02:00
.github/workflows Create __init__.py (#17) 2022-09-19 15:19:13 +02:00
ultralytics Create __init__.py (#17) 2022-09-19 15:19:13 +02:00
.gitignore Initial commit 2022-09-11 19:39:46 +03:00
.pre-commit-config.yaml Initial pip structure (#1) 2022-09-16 22:43:06 +02:00
LICENSE Initial commit 2022-09-11 19:39:46 +03:00
MANIFEST.in Initial pip structure (#1) 2022-09-16 22:43:06 +02:00
README.md Update README.md 2022-09-21 13:45:12 +02:00
requirements.txt tensorflow-macos comment (#14) 2022-09-18 17:14:46 +02:00
setup.cfg Initial pip structure (#1) 2022-09-16 22:43:06 +02:00
setup.py Add missing setup.py fields (#18) 2022-09-19 15:49:09 +02:00

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()