audioSentiment / pyproject.toml
temp12821's picture
working prototype of the audio processing module
feaf7eb
raw
history blame contribute delete
447 Bytes
[project]
name = "audiosentiment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"flask>=3.1.2",
"flask-cors>=6.0.2",
"librosa>=0.11.0",
"pandas>=2.3.3",
"plotly>=6.5.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"soundfile>=0.13.1",
"streamlit>=1.54.0",
"torch>=2.10.0",
"torchaudio>=2.10.0",
"transformers>=5.1.0",
]