Add client/server split and TTS app

Set up FastAPI server, vanilla UI, and deployment scripts for the TTS app, including DB/ffmpeg wiring and Apache config.
This commit is contained in:
dsyoon
2026-01-30 13:17:24 +09:00
commit 3cc8fb2694
14 changed files with 737 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi
uvicorn
python-dotenv
psycopg2-binary
pyttsx3
jinja2