File size: 314 Bytes
f863e99
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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