Instructions to use gam30/nepali-automatic-speech-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use gam30/nepali-automatic-speech-recognition with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("gam30/nepali-automatic-speech-recognition") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
backup_install
#1 opened about 2 months ago
by
gam30