yolo-inference

Installation
SKILL.md

Inference, Results API & tracking

Fastest route: test and deploy in Platform

Every Platform model has a Predict tab: upload an image, choose an example, or capture a webcam frame; inference runs automatically and shows the task overlay, summary, raw JSON, and timing. Adjust conf, iou, and imgsz with the same meanings used below.

For production, open Deploy, choose a nearby region, and wait for the dedicated endpoint to become Ready. Its card provides health, metrics, logs, browser prediction, and ready-to-use Python/JavaScript/cURL examples. Call /predict with a bearer API key:

import requests
Installs
68
GitHub Stars
23
First Seen
Aug 11, 2026
yolo-inference — ultralytics/skills