Web app to generate vinyl-style vertical music videos (1080×1080) from your audio files.
Quick start: Python 3.11+, FFmpeg, then pip install -r requirements.txt and ./start.sh → http://localhost:8000
All documentation is in the docs/ folder:
| Doc | Description |
|---|---|
| docs/README.md | Full readme: features, install, usage, project structure |
| docs/TECHNICAL_DETAILS.md | Architecture, tech stack, request flow, backend details |
| docs/DEPLOYMENT.md | Deploying to production (Railway, Render, Fly.io, VPS) |
| docs/benchmark_report.md | Video generation benchmark results |