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:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user