- FastAPI backend (auth, jobs, SSE, download) - Frontend: drag&drop + YouTube URL + jobs panel - Pipeline: yt_download → find_chorus → reframe → subtitle - Modes: track (face follow), center, blur - Whisper for SI/DE/EN subtitles - Auto-chorus detection via Whisper + RMS energy - Docker + Coolify ready
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
python-multipart==0.0.12
|
|
pydantic==2.9.2
|
|
faster-whisper==1.0.3
|
|
opencv-python-headless==4.10.0.84
|
|
numpy==1.26.4
|
|
yt-dlp==2024.10.7
|