Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

anilbs
/
segmentation

Voice Activity Detection
pyannote.audio
PyTorch
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-segmentation
overlapped-speech-detection
resegmentation
Model card Files Files and versions
xet
Community

Instructions to use anilbs/segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use anilbs/segmentation with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("anilbs/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
segmentation / reproducible_research /dihard3_custom_split
3.05 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Anil Battalahalli Sreenath
Added a model file
39e3a80 over 3 years ago
  • development.txt
    744 Bytes
    Added a model file over 3 years ago
  • train.txt
    2.3 kB
    Added a model file over 3 years ago