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