ASR demo using onnx-asr

onnx-asr is a Python package for Automatic Speech Recognition using ONNX models. It's a lightweight, fast, and easy-to-use pure Python package with minimal dependencies - no need for PyTorch, Transformers, or FFmpeg.

Supports Parakeet v2 (En) / v3 (Multilingual), Canary v2 (Multilingual) and GigaAM v2/v3 (Ru) models (and many other modern models).
You can also use it with your own model if it has a supported architecture.