vigilaudio / pyproject.toml
nice-bill's picture
dependencies updated
effdce4
raw
history blame contribute delete
690 Bytes
[project]
name = "vigilaudio"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.12.0",
"audio-recorder-streamlit>=0.0.10",
"fastapi>=0.127.0",
"librosa>=0.11.0",
"matplotlib>=3.10.8",
"onnxruntime>=1.23.2",
"optimum[onnxruntime]>=2.1.0",
"pandas>=2.3.3",
"plotly>=6.5.0",
"python-multipart>=0.0.21",
"scikit-learn>=1.8.0",
"soundfile>=0.13.1",
"streamlit>=1.52.2",
"torch>=2.9.1",
"torchaudio>=2.9.1",
"tqdm>=4.67.1",
"transformers>=4.57.3",
"uvicorn[standard]>=0.40.0",
"websocket>=0.2.1",
"websocket-client>=1.9.0",
]