~/home
← back to projects
/02 · 2024

VIDGEN

AI-powered prompt-to-video generator: a multimodal pipeline that converts natural-language prompts into structured scripts and fully rendered video output.
PythonFastAPIGeminiMoviePyPILPydantic
CASESTUDY · 02
// problem
Turning a prompt into a finished video means scripting, scene composition, rendering, and audio sync — usually four separate manual tools.
// approach
A scalable FastAPI backend orchestrates async prompt processing, scene orchestration, and modular rendering: Gemini for script structuring, MoviePy/PIL for frame generation and composition, synced audio to match.
// result
End-to-end prompt-to-video generation from a single request, with modular rendering stages built for reuse.
view repo →discuss this project