Instructions to use speechbrain/asr-crdnn-commonvoice-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-crdnn-commonvoice-de with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-commonvoice-de" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Andreas Nautsch commited on
Commit ·
30255f3
1
Parent(s): 2b866ea
Upload config.json
Browse files- config.json +3 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "EncoderDecoderASR"
|
| 3 |
+
}
|