objectdetection / readme.md
Maruf
Add application file
f863e99

COCO Object Detection API (Free on Hugging Face Spaces)

Deploys a YOLOv5s model pretrained on MS COCO.

Features

  • Upload image via web UI or API
  • Returns JSON (bounding boxes, class, confidence)

Example API Call

curl -X POST \
  -F "data=@your_image.jpg" \
  https://YOUR_SPACE_URL/run/predict