pyannoteAI
premium speaker diarization
Warning: this is a work in progress, though it should already be functional.
- Create an API key on
pyannoteAI
dashboard. - Install
pyannote.audio
4.x (yet to be released butdevelop
branch should do). - Enjoy
pyannoteAI
premium speaker diarization pipeline by changing one single line of code!
from pyannote.audio import Pipeline
- pipeline = Pipeline.from_pretrained('pyannote/speaker-diarization-3.1', token="{huggingface-token}")
+ pipeline = Pipeline.from_pretrained('hbredin/api-test', token="{pyannoteAI-api-key}")
diarization = pipeline("/path/to/audio.wav")
- Downloads last month
- 29
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
HF Inference deployability: The HF Inference API does not support voice-activity-detection models for pyannote-audio
library.