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:
2026-07-10 22:42:23 +02:00
commit 6851b26923
43 changed files with 3390 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
HF_TOKEN=hf_your_huggingface_token_here
# Models will be auto-downloaded on first run.
# For TranslateGemma GGUF, place the file at:
# ./models/translategemma-12b-q8_0.gguf
# Or set TRANSLATE_MODEL_PATH to the actual path.
#
# GPU selection:
# CUDA_VISIBLE_DEVICES=0 -> worker uses GPU 0
# ROCR_VISIBLE_DEVICES=1 -> SGLang TTS uses GPU 1