Initial commit: Korean voice-cloning TTS prototype
FastAPI backend, web UI, CosyVoice3/F5-TTS setup scripts, and handoff docs for GPU PC continuation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
backend/requirements.txt
Normal file
9
backend/requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.32.0
|
||||
python-multipart>=0.0.12
|
||||
pydantic>=2.9.0
|
||||
pydantic-settings>=2.6.0
|
||||
pyyaml>=6.0.2
|
||||
aiofiles>=24.1.0
|
||||
soundfile>=0.12.1
|
||||
librosa>=0.10.2
|
||||
Reference in New Issue
Block a user