Voice Activity Detection
pyannote.audio
PyTorch
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-diarization
speaker-change-detection
speaker-segmentation
overlapped-speech-detection
resegmentation
Instructions to use collinbarnwell/pyannote-segmentation-30 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use collinbarnwell/pyannote-segmentation-30 with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("collinbarnwell/pyannote-segmentation-30") inference = Inference(model) # inference on the whole file inference("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) inference.crop("file.wav", excerpt) - Notebooks
- Google Colab
- Kaggle
Commit History
fix: add config.yaml for HF counters to work fd71a99
Hervé BREDIN commited on
doc: two lines 3a8b204
Hervé BREDIN commited on
doc: update README b064c81
Hervé BREDIN commited on
doc: update README 6126e13
Hervé BREDIN commited on
doc: update README 1cf297d
Hervé BREDIN commited on
doc: update README acf591c
Hervé BREDIN commited on
feat: update README e4aa6b9
Hervé BREDIN commited on
feat: initial import dba06d0
Hervé BREDIN commited on