Instructions to use OpenVoiceOS/ai4bharat-indicconformer-ml-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/ai4bharat-indicconformer-ml-onnx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/ai4bharat-indicconformer-ml-onnx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Is this RNNT or CTC Version?
#1
by trysem - opened