A production‑ready REST API for real‑time object detection using FastAPI and YOLOv5, fully containerized with Docker.
Includes:
/predict/, get back annotated JPEGclient.py for offline processing/docsPull and run the container:
docker pull cheikh331/fastapi-yolo:latest
docker run -d --name yolo-api -p 8000:8000 cheikh331/fastapi-yolo:latest
Browse the API at http://localhost:8000/docs.
Content type
Image
Digest
sha256:db9ad50a4…
Size
3.2 GB
Last updated
about 1 year ago
docker pull cheikh331/fastapi-yolo