Audio Classification
speechbrain
PyTorch
embeddings
Language
Identification
ECAPA-TDNN
TDNN
CommonLanguage
Instructions to use speechbrain/lang-id-commonlanguage_ecapa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/lang-id-commonlanguage_ecapa with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "speechbrain/lang-id-commonlanguage_ecapa" ) model.classify_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Training result interpretation
#3
by frankiedrake - opened