Midnightar's picture
Update README.md
b92e5fc verified
metadata
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

curl -X POST -F "[email protected]" https://huggingface.co/proxy/USERNAME-PROJECTNAME.hf.space/predict