Instructions to use speechbrain/asr-crdnn-rnnlm-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-crdnn-rnnlm-librispeech with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-rnnlm-librispeech" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
File size: 50 Bytes
53a2f6c | 1 2 3 | {
"speechbrain_interface": "EncoderDecoderASR"
} |