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

  • Log In
  • Sign Up

G-Root
/
speaker-diarization-optimized

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 G-Root/speaker-diarization-optimized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use G-Root/speaker-diarization-optimized with pyannote.audio:

    from pyannote.audio import Pipeline
    
    pipeline = Pipeline.from_pretrained("G-Root/speaker-diarization-optimized")
    
    # 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-optimized
10.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
nesv042's picture
nesv042
Upload folder using huggingface_hub
a280c46 verified over 2 years ago
  • .github
    Upload folder using huggingface_hub over 2 years ago
  • reproducible_research
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    11 kB
    Upload folder using huggingface_hub over 2 years ago
  • config.yaml
    495 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • handler.py
    2.17 kB
    Upload folder using huggingface_hub over 2 years ago
  • requirements.txt
    21 Bytes
    Upload folder using huggingface_hub over 2 years ago