Voice Activity Detection
pyannote.audio
PyTorch
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-segmentation
overlapped-speech-detection
resegmentation
Instructions to use drewThomasson/segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use drewThomasson/segmentation with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("drewThomasson/segmentation") 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
- Xet hash:
- 504f6cb6194b265c3c7a805a5061ab26baa8dfb9e7122806976d0234e6cc00c1
- Size of remote file:
- 57.9 MB
- SHA256:
- b37ccf4b649e52e813551f4441e9dc9fb5f321f677f45fbba5cff77a80dd5167
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.