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:
2026-06-04 13:36:37 +09:00
commit 7101fdcd65
36 changed files with 1937 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.venvs/
venv/
__pycache__/
*.py[cod]
.env
*.wav
!samples/.gitkeep
outputs/
models/
external/CosyVoice/
*.egg-info/
.DS_Store
.pytest_cache/
.mypy_cache/
backend/data/uploads/*
!backend/data/uploads/.gitkeep