Instructions to use salesken/Hindi-FastConformer-Streaming-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use salesken/Hindi-FastConformer-Streaming-ASR with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("salesken/Hindi-FastConformer-Streaming-ASR") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by dhayac - opened
No description provided.
dhayac changed pull request status to merged