Instructions to use YosefA/wave2vec2_amharic_stt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use YosefA/wave2vec2_amharic_stt with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "YosefA/wave2vec2_amharic_stt" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle