Initial commit: Børnetime app scaffold
FastAPI + Celery + Svelte app for English→Danish video translation with voice cloning. Includes diarization, STT, translation, TTS, and audio mixing pipeline.
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
data/
|
||||
models/
|
||||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
node_modules/
|
||||
frontend/dist/
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
*.db
|
||||
*.sqlite3
|
||||
.env.local
|
||||
*.mp4
|
||||
*.mkv
|
||||
*.avi
|
||||
*.webm
|
||||
Reference in New Issue
Block a user