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

  • Log In
  • Sign Up

Duplicated from  philschmid/pyannote-speaker-diarization-endpoint

BoKnows
/
vad-endpoint

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

Instructions to use BoKnows/vad-endpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use BoKnows/vad-endpoint with pyannote.audio:

    from pyannote.audio import Pipeline
    
    pipeline = Pipeline.from_pretrained("BoKnows/vad-endpoint")
    
    # inference on the whole file
    pipeline("file.wav")
    
    # inference on an excerpt
    from pyannote.core import Segment
    excerpt = Segment(start=2.0, end=5.0)
    
    from pyannote.audio import Audio
    waveform, sample_rate = Audio().crop("file.wav", excerpt)
    pipeline({"waveform": waveform, "sample_rate": sample_rate})
  • Notebooks
  • Google Colab
  • Kaggle
vad-endpoint
11.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
BoKnows's picture
BoKnows
philschmid's picture
philschmid
Duplicate from philschmid/pyannote-speaker-diarization-endpoint
82fdc35 verified about 2 years ago
  • reproducible_research
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • .gitattributes
    1.48 kB
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • 8415189576557ef37bfc0faffcf8675775aed3416881ba556212c05e.wav
    2.65 MB
    xet
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • README.md
    7.81 kB
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • config.yaml
    601 Bytes
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • create_handler.ipynb
    7.06 kB
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • handler.py
    1.58 kB
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago
  • requirements.txt
    74 Bytes
    Duplicate from philschmid/pyannote-speaker-diarization-endpoint about 2 years ago