Spaces:
Runtime error
Runtime error
| # 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 | |
| ```bash | |
| curl -X POST \ | |
| -F "data=@your_image.jpg" \ | |
| https://YOUR_SPACE_URL/run/predict | |