|
[project] |
|
name = "trans" |
|
version = "0.1.0" |
|
description = "Add your description here" |
|
readme = "README.md" |
|
requires-python = ">=3.11" |
|
dependencies = [ |
|
"av>=14.2.0", |
|
"fastapi>=0.115.12", |
|
"funasr>=1.2.6", |
|
"librosa>=0.11.0", |
|
"numpy>=2.1.3", |
|
"onnxruntime>=1.21.0", |
|
"pyaudio>=0.2.14", |
|
"pydantic>=2.11.2", |
|
"pydub>=0.25.1", |
|
"setuptools>=78.1.0", |
|
"silero-vad>=5.1.2", |
|
"soundfile>=0.13.1", |
|
"torch>=2.6.0", |
|
"tqdm>=4.67.1", |
|
"transformers>=4.51.3", |
|
"uvicorn>=0.34.0", |
|
"websocket-client>=1.8.0", |
|
"websockets>=15.0.1", |
|
"wordninja>=2.0.0", |
|
] |
|
|