Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DroolingPanda
/
segmentation-3.0

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

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

  • Libraries
  • pyannote.audio

    How to use DroolingPanda/segmentation-3.0 with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("DroolingPanda/segmentation-3.0")
    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-3.0
5.98 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 14 commits
Michael Hu
Merge branch 'main' of hf.co:DroolingPanda/segmentation-3.0
f22df52 7 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • LICENSE
    1.06 kB
    feat: add license almost 3 years ago
  • README.md
    4.65 kB
    Update README.md over 2 years ago
  • config.yaml
    399 Bytes
    fix: add config.yaml for HF counters to work almost 3 years ago
  • example.png
    69.3 kB
    feat: update README almost 3 years ago
  • pytorch_model.bin
    5.91 MB
    xet
    feat: initial import almost 3 years ago