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

deepghs
/
pyannote-embedding-onnx

pyannote.audio
ONNX
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-recognition
speaker-verification
speaker-identification
speaker-embedding
Model card Files Files and versions
xet
Community

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

  • Libraries
  • pyannote.audio

    How to use deepghs/pyannote-embedding-onnx with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("deepghs/pyannote-embedding-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-embedding-onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
narugo1992
Export ONNX version of model 'pyannote/embedding', on 2024-08-31 00:29:33 CST
7636c96 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.03 kB
    Export ONNX version of model 'pyannote/embedding', on 2024-08-31 00:29:33 CST almost 2 years ago
  • model.onnx
    17.6 MB
    xet
    Export ONNX version of model 'pyannote/embedding', on 2024-08-31 00:29:33 CST almost 2 years ago