NVIDIA Canary-1B v2 multilingual ASR/AST model using Gradio WEB UI. This v2 implementation provides significant improvements over the original Flash model, featuring 25 European language support, 10x performance enhancement, and state-of-the-art accuracy.
9
stars
5
commits
Python
primary language
Apr 2, 2026
updated
A comprehensive web interface for the NVIDIA Canary-1B v2 multilingual automatic speech recognition (ASR) and speech translation (AST) model.
European Languages:
Linux/macOS:
./run.sh --setup # Install dependencies and download model
./run.sh # Launch the application
Windows:
run.bat --setup # Install dependencies and download model
run.bat # Launch the application
pip install -r requirements.txt
python setup_model.py
python app.py
!!!!to use timestamps do the following
in terminal :
pip uninstall nemo_toolkit
pip install git+https://github.com/NVIDIA/NeMo.git@main
pip install texterrors
gradio>=4.0.0, torch>=1.13.0, torchaudiolibrosa, soundfilenemo_toolkit[asr], lightning>=2.0.0requirements.txt for complete listModel Download Fails:
python setup_model.py manuallyAudio Processing Errors:
Memory Issues:
Dependency Errors:
pip install -r requirements.txtpython alternative_model_loader.pyThis project is released under the MIT License. The NVIDIA Canary-1B v2 model is licensed under CC-BY-4.0.
Enjoy enhanced multilingual speech processing with NVIDIA Canary-1B v2! 🎉
5 commits
Python
89.9%
Shell
5.4%
Batchfile
3.0%
Dockerfile
1.7%
NVIDIA Canary-1B v2 multilingual ASR/AST model using Gradio WEB UI. This v2 implementation provides significant improvements over the original Flash model, featuring 25 European language support, 10x performance enhancement, and state-of-the-art accuracy.
9
stars
5
commits
Python
primary language
Apr 2, 2026
updated
A comprehensive web interface for the NVIDIA Canary-1B v2 multilingual automatic speech recognition (ASR) and speech translation (AST) model.
European Languages:
Linux/macOS:
./run.sh --setup # Install dependencies and download model
./run.sh # Launch the application
Windows:
run.bat --setup # Install dependencies and download model
run.bat # Launch the application
pip install -r requirements.txt
python setup_model.py
python app.py
!!!!to use timestamps do the following
in terminal :
pip uninstall nemo_toolkit
pip install git+https://github.com/NVIDIA/NeMo.git@main
pip install texterrors
gradio>=4.0.0, torch>=1.13.0, torchaudiolibrosa, soundfilenemo_toolkit[asr], lightning>=2.0.0requirements.txt for complete listModel Download Fails:
python setup_model.py manuallyAudio Processing Errors:
Memory Issues:
Dependency Errors:
pip install -r requirements.txtpython alternative_model_loader.pyThis project is released under the MIT License. The NVIDIA Canary-1B v2 model is licensed under CC-BY-4.0.
Enjoy enhanced multilingual speech processing with NVIDIA Canary-1B v2! 🎉
5 commits
Python
89.9%
Shell
5.4%
Batchfile
3.0%
Dockerfile
1.7%