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