Audio Classification
speechbrain
PyTorch
embeddings
Language
Identification
ECAPA-TDNN
TDNN
VoxLingua107
Instructions to use sahita/language-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use sahita/language-identification with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "sahita/language-identification" ) model.classify_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Upload label_encoder.txt
Browse files- label_encoder.txt +5 -0
label_encoder.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'en' => 0
|
| 2 |
+
'hi' => 1
|
| 3 |
+
'other' => 2
|
| 4 |
+
================
|
| 5 |
+
'starting_index' => 0
|