Instructions to use jfreiwa/asr-crdnn-german-umlaute with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use jfreiwa/asr-crdnn-german-umlaute with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "jfreiwa/asr-crdnn-german-umlaute" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Ctrl+K