CoolFace
Modelpublic

OpenVoiceOS/ai4bharat-indicconformer-ur-onnx

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes193downloads
Model Card

ai4bharat-indicconformer-ur-onnx

ASR model exported to ONNX for the onnx-asr library and the ovos-stt-plugin-onnx-asr OpenVoiceOS STT plugin. Ships both fp32 and int8 weights.

Language: Urdu. Converted from ai4bharat/indicconformer_stt_ur_hybrid_ctc_rnnt_large.

python
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/ai4bharat-indicconformer-ur-onnx")
print(model.recognize("audio.wav"))