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

  • Log In
  • Sign Up

DroolingPanda
/
speaker-diarization-community-1

Automatic Speech Recognition
pyannote.audio
pyannote
pyannote-audio-pipeline
audio
voice
speech
speaker
speaker-diarization
speaker-change-detection
voice-activity-detection
overlapped-speech-detection
Model card Files Files and versions
xet
Community

Instructions to use DroolingPanda/speaker-diarization-community-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use DroolingPanda/speaker-diarization-community-1 with pyannote.audio:

    from pyannote.audio import Pipeline
    
    pipeline = Pipeline.from_pretrained("DroolingPanda/speaker-diarization-community-1")
    
    # 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
speaker-diarization-community-1
33.7 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 19 commits
Michael Hu
Merge remote main with local, keep diarization.gif LFS tracking
6e74c35 4 months ago
  • embedding
    Create README.md 9 months ago
  • plda
    Create README.md 9 months ago
  • segmentation
    feat: initial import about 1 year ago
  • .gitattributes
    1.57 kB
    feat: initial import about 1 year ago
  • README.md
    9.98 kB
    Update README.md 7 months ago
  • config.yaml
    444 Bytes
    feat: update config file 10 months ago
  • diarization.gif
    861 kB
    xet
    feat: initial import about 1 year ago