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
Upload README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ datasets:
|
|
| 17 |
metrics:
|
| 18 |
- Accuracy
|
| 19 |
widget:
|
| 20 |
-
-
|
| 21 |
src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0000.flac
|
| 22 |
---
|
| 23 |
|
|
|
|
| 17 |
metrics:
|
| 18 |
- Accuracy
|
| 19 |
widget:
|
| 20 |
+
- example_title: English Sample
|
| 21 |
src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0000.flac
|
| 22 |
---
|
| 23 |
|