| [project] | |
| name = "parakeet-tdt-0-6b-v2" | |
| version = "0.1.0" | |
| description = "Huggingface Space to test NVIDIA Nemo's Parakeet v2 speech recognition model." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio>=5.29.0", | |
| "nemo-toolkit[asr]>=2.2.1", | |
| "numpy<2.0", | |
| "pandas>=2.2.3", | |
| "scipy>=1.15.2", | |
| ] | |