pyannoteAI premium speaker diarization
- Create an API key on
pyannoteAI
dashboard. - Install
pyannote.audio
4.x (yet to be released butdevelop
branch should do). - Enjoy
pyannoteAI
precision 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}")
+ 'pyannoteAI/speaker-diarization-precision', token="{pyannoteAI-api-key}")
diarization = pipeline("/path/to/audio.wav")
- Downloads last month
- 11
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support voice-activity-detection models for pyannote-audio library.