--- title: Voice Gender Detection emoji: 🏢 colorFrom: gray colorTo: purple sdk: docker pinned: false --- # Voice Gender Detection API This Space runs a FastAPI app inside a Docker container. ## Endpoints - `GET /health` → `{"status":"ok"}` - `GET /labels` → model labels - `POST /predict` (multipart form, field name `file`) → JSON with top label and scores ## Example usage ```bash curl -X POST -F "file=@sample.wav" https://USERNAME-PROJECTNAME.hf.space/predict