pyannote.audio
ONNX
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-recognition
speaker-verification
speaker-identification
speaker-embedding
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
Ctrl+K
narugo1992
Export ONNX version of model 'pyannote/embedding', on 2024-08-31 00:29:33 CST
7636c96 verified