File size: 470 Bytes
ac00417 5b2a8fd 3e496b9 ac00417 5b2a8fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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" }
|