Voice Activity Detection
pyannote.audio
Hindi
Telugu
Oriya
speaker-diarization
speaker-segmentation
pyannote
agriculture
hindi
telugu
odia
low-resource
Instructions to use DigiGreen/pyannote-segmentation-agri-indic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use DigiGreen/pyannote-segmentation-agri-indic with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("DigiGreen/pyannote-segmentation-agri-indic") 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
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!