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

  • Log In
  • Sign Up

FredrikKarlssonSpeech
/
pyannote-speaker-diarization-onnx

Automatic Speech Recognition
ONNX
pyannote.audio
multilingual
onnxruntime
pyannote
speaker-diarization
speaker-change-detection
voice-activity-detection
audio
Model card Files Files and versions
xet
Community

Instructions to use FredrikKarlssonSpeech/pyannote-speaker-diarization-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use FredrikKarlssonSpeech/pyannote-speaker-diarization-onnx with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("FredrikKarlssonSpeech/pyannote-speaker-diarization-onnx")
    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
pyannote-speaker-diarization-onnx / embedding
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
FredrikKarlssonSpeech's picture
FredrikKarlssonSpeech
Upload 6 files
48ad987 verified 18 days ago
  • model.onnx
    26.5 MB
    xet
    Upload 6 files 18 days ago
  • model_int8.onnx
    6.73 MB
    xet
    Upload 6 files 18 days ago