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

  • Log In
  • Sign Up

pyannote
/
brouhaha

Voice Activity Detection
pyannote.audio
PyTorch
pyannote
pyannote-audio-model
audio
voice
speech
speech-to-noise ratio
snr
room acoustics
c50
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • pyannote.audio

    How to use pyannote/brouhaha with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("pyannote/brouhaha")
    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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

I got CustomPyanNetModel' object has no attribute 'example_output'

#1 opened about 2 years ago by
boringtaskai
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs