pyannote.audio
PyTorch
TensorBoard
pyannote
pyannote-audio-model
audio
voice
speech
speaker
speaker-recognition
speaker-verification
speaker-identification
speaker-embedding
Instructions to use lovehunter9/pyannote-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use lovehunter9/pyannote-embedding with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("lovehunter9/pyannote-embedding") 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
File size: 133 Bytes
195257b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4bcec986de13da7af7ac88736572692359950df63669989c4f78b294934c9089
size 96383626
|