tts-eval-framework / pyproject.toml
aankitdas's picture
remove eval log from git - now stored in Supabase
29ebcc1
raw
history blame contribute delete
887 Bytes
[project]
name = "project-b"
version = "0.1.0"
description = "Bantrly TTS evaluation — Moo voice system comparison"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyttsx3",
"kokoro>=0.9.4",
"soundfile",
"numpy",
"pandas>=2.0.0",
"matplotlib",
"seaborn",
"edge-tts",
"librosa",
"ipywidgets",
"nest-asyncio",
"gradio>=6.12.0",
"jiwer",
"faster-whisper",
"torch>=2.6.0",
"torchvision>=0.21.0",
"torchaudio>=2.6.0",
"parler-tts",
"piper-tts>=1.4.2",
"python-dotenv>=1.2.2",
"plotly>=6.7.0",
"elevenlabs>=2.43.0",
"supabase>=2.28.3",
]
[tool.uv.sources]
torch = { index = "pytorch-cu124" }
torchvision = { index = "pytorch-cu124" }
torchaudio = { index = "pytorch-cu124" }
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true