yolo
Installation
SKILL.md
Ultralytics YOLO
Use the same lifecycle through three complementary surfaces:
- Ultralytics Platform — the fastest start: upload or clone data, annotate in the browser, train on cloud GPUs, inspect metrics, test predictions, export, and deploy a dedicated endpoint without local setup.
ultralyticspackage /yoloCLI — use local or remote compute, scripts, notebooks, custom pipelines, and exported artifacts directly.ulCLI (Python 3.11+, installed byultralyticsorultralytics-platform) — script the Platform API itself:ul cloud <resource> <operation> key=valuelists, creates, clones, trains, exports, and deploys Platform resources from a terminal (seeplatform-cli).
Mix them freely. Set ULTRALYTICS_API_KEY, use a Platform dataset as
data=ul://username/datasets/dataset-slug, and set
project=username/project-slug name=experiment during local training to stream its
metrics back to Platform.