[project] | |
name = "stt" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.11" | |
dependencies = [ | |
"fastapi[all]>=0.115.12", | |
"numpy<2", | |
"pydub>=0.25.1", | |
"torch", | |
"reazonspeech-nemo-asr", | |
"transformers>=4.51.2", | |
] | |
[[tool.uv.index]] | |
name = "torch-cuda" | |
url = "https://download.pytorch.org/whl/cu126" | |
explicit = true | |
[tool.uv.sources] | |
reazonspeech-nemo-asr = { path = "ReazonSpeech/pkg/nemo-asr" } | |