Files
llm-in-text/backend/requirements.txt
T

14 lines
201 B
Plaintext
Raw Normal View History

fastapi>=0.95.0
uvicorn[standard]>=0.23.0
pydantic>=1.10.0
numpy>=1.23.0
soundfile>=0.10.3
torch>=1.12.0
torchaudio>=0.12.0
transformers>=4.25.0
whisper>=1.0.0
qwen-tts>=0.0.0
# testing
pytest>=7.0.0