Automatic Speech Recognition
pyannote.audio
pyannote
pyannote-audio-pipeline
audio
voice
speech
speaker
speaker-diarization
speaker-change-detection
voice-activity-detection
overlapped-speech-detection
Instructions to use lovehunter9/speaker-diarization-community-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use lovehunter9/speaker-diarization-community-1 with pyannote.audio:
from pyannote.audio import Pipeline pipeline = Pipeline.from_pretrained("lovehunter9/speaker-diarization-community-1") # inference on the whole file pipeline("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) from pyannote.audio import Audio waveform, sample_rate = Audio().crop("file.wav", excerpt) pipeline({"waveform": waveform, "sample_rate": sample_rate}) - Notebooks
- Google Colab
- Kaggle
Ctrl+K
Note mirror provenance (pyannote/speaker-diarization-community-1 @ 3533c8cf8e369892e6b79ff1bf80f7b0286a54ee)
76c27d1 verified