17 lines
358 B
TOML
17 lines
358 B
TOML
[project]
|
|
name = "ai-voicebot-agent"
|
|
version = "0.1.0"
|
|
description = "AI Voicebot Environment"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiortc>=1.13.0",
|
|
"numpy<2.3",
|
|
"opencv-python>=4.11.0.86",
|
|
"pydantic>=2.11.7",
|
|
"websockets>=15.0.1",
|
|
"librosa>=0.10.0",
|
|
"torch>=2.0.0",
|
|
"openai-whisper>=20231117",
|
|
]
|