pyannote.audio
PyTorch
Bengali
speaker-diarization
pyannote
audio
voice
speech
bengali
Eval Results (legacy)
Instructions to use ishtiakmoin/diarization_filtered_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use ishtiakmoin/diarization_filtered_v1 with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("ishtiakmoin/diarization_filtered_v1") 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
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Evaluation results
- Diarization Error Rateself-reportedNot computed