Audio Classification
speechbrain
PyTorch
English
embeddings
Speaker
Verification
Identification
xvectors
TDNN
Instructions to use speechbrain/spkrec-xvect-voxceleb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/spkrec-xvect-voxceleb with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "speechbrain/spkrec-xvect-voxceleb" ) model.classify_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Can't match performance on VoxCeleb
2
#5 opened over 1 year ago
by
607HF
Query on comparison to the x-vector extractors developed by kaldi
#4 opened almost 2 years ago
by
uyiosa
Using spkrec-xvect-voxceleb For Verification (All Comparisons Scores Are High)
1
#3 opened almost 3 years ago
by
chenjojo
Updating x-vector readme to add diarization recipe link
#2 opened about 3 years ago
by
nauman
How can I use this with the transformers library?
1
#1 opened over 3 years ago
by
MrEnigma