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

tawkit
/
phil-pyannote-speaker-diarization-endpoint

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 tawkit/phil-pyannote-speaker-diarization-endpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use tawkit/phil-pyannote-speaker-diarization-endpoint with pyannote.audio:

    from pyannote.audio import Pipeline
    
    pipeline = Pipeline.from_pretrained("tawkit/phil-pyannote-speaker-diarization-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
phil-pyannote-speaker-diarization-endpoint
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
ataiii's picture
ataiii
Upload reproducible_research/2022.07/VoxConverse.SpeakerDiarization.VoxConverse.test.rttm with huggingface_hub
cc24637 over 3 years ago
  • reproducible_research
    Upload reproducible_research/2022.07/VoxConverse.SpeakerDiarization.VoxConverse.test.rttm with huggingface_hub over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    7.84 kB
    Upload README.md with huggingface_hub over 3 years ago
  • config.yaml
    601 Bytes
    Upload config.yaml with huggingface_hub over 3 years ago
  • create_handler.ipynb
    7.06 kB
    Upload create_handler.ipynb with huggingface_hub over 3 years ago
  • handler.py
    1.58 kB
    Upload handler.py with huggingface_hub over 3 years ago
  • requirements.txt
    60 Bytes
    Upload requirements.txt with huggingface_hub over 3 years ago