tianyaogavin's picture
init submit
c967100
|
raw
history blame
354 Bytes

Whisper Transcription API on Hugging Face Spaces

This Space provides a simple REST API to transcribe audio using faster-whisper.

Endpoints

  • GET / → health check
  • POST /transcribe → Transcribe audio file (wav/mp3/etc.)

Example Usage (curl)

curl -X POST https://your-space-name.hf.space/transcribe \
  -F "[email protected]"