Sign inSign up

cheikh331/fastapi-yolo

By cheikh331

Updated about 1 year ago

Image
0

585

cheikh331/fastapi-yolo repository overview

YOLOv5 Object Detection API

A production‑ready REST API for real‑time object detection using FastAPI and YOLOv5, fully containerized with Docker.
Includes:

  • Live inference: upload an image via /predict/, get back annotated JPEG
  • Batch mode: ship multiple images through client.py for offline processing
  • Interactive docs: Swagger UI at /docs
  • Configurable confidence threshold via query string (default 0.5)

Usage

Pull 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.

Tag summary

Content type

Image

Digest

sha256:db9ad50a4

Size

3.2 GB

Last updated

about 1 year ago

docker pull cheikh331/fastapi-yolo