hariantara/transcribe_diarization_server
0
Audio Transcription & Diarization API
Transcribe audio files and identify speakers using Whisper and pyannote-audio.
API Endpoints
GET /- Health checkGET /health- Detailed health checkPOST /process-audio- Full transcription + diarizationPOST /transcribe-only- Transcription onlyPOST /diarize-only- Diarization only
Usage
curl -X POST "https://hariantara-transcribe-diarization-server.hf.space/process-audio" \
-F "file=@audio.mp3" \
-F "language=en"Configuration
Set your HUGGINGFACE_TOKEN in Space Settings > Repository secrets.
Make sure you've accepted the terms for:
- https://huggingface.co/pyannote/speaker-diarization-3.1
- https://huggingface.co/pyannote/segmentation-3.0
- https://huggingface.co/pyannote/wespeaker-voxceleb-resnet34-LM
