OpenVoiceOS/yuriyvnv-parakeet-tdt-0.6b-pt-onnx
068
yuriyvnv-parakeet-tdt-0.6b-pt-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: Portuguese. Converted from yuriyvnv/parakeet-tdt-0.6b-portuguese.
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/yuriyvnv-parakeet-tdt-0.6b-pt-onnx")
print(model.recognize("audio.wav"))