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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eek
/
segmentation

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 eek/segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use eek/segmentation with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("eek/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
5.98 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Radu-Sebastian Amarie
ADD: pyannote speaker segmentation with duration 3
540db3b almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • LICENSE
    1.06 kB
    ADD: pyannote speaker segmentation with duration 3 almost 2 years ago
  • README.md
    4.65 kB
    ADD: pyannote speaker segmentation with duration 3 almost 2 years ago
  • config.yaml
    398 Bytes
    ADD: pyannote speaker segmentation with duration 3 almost 2 years ago
  • example.png
    69.3 kB
    ADD: pyannote speaker segmentation with duration 3 almost 2 years ago
  • pytorch_model.bin
    5.91 MB
    xet
    ADD: pyannote speaker segmentation with duration 3 almost 2 years ago