pyannote.audio
PyTorch
pyannote
pyannote-audio-model
wespeaker
audio
voice
speech
speaker
speaker-recognition
speaker-verification
speaker-identification
speaker-embedding
Instructions to use tensorlake/wespeaker-voxceleb-resnet34-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use tensorlake/wespeaker-voxceleb-resnet34-LM with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("tensorlake/wespeaker-voxceleb-resnet34-LM") 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
2abb322 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:366edf44f4c80889a3eb7a9d7bdf02c4aede3127f7dd15e274dcdb826b143c56
size 26645418
|