All posts
WEEK 1April 15, 20261 min read

NeoGen: End-to-End AI Video Generation From Text Prompt

NeoGen turns a single text prompt into a polished, viral‑style video using Gemini for scripting, Veo for video clips, and MoviePy for editing. It automates script, visuals, audio, and assembly in one pipeline.

pythonreactfastapimoviepygoogle-veo-3-1google-gemini-2-0pexels-apifreesound-api

From Prompt to Playback

When I first stared at a sentence and thought, "Can we turn this into a video?" the idea sparked.

I built NeoGen in a weekend of coffee and curiosity.

The core flow is simple: the user types a prompt, the backend splits it into scenes, scripts are drafted by Gemini, and Veo stitches visuals. Stock footage from Pexels fills gaps. TTS voices narrate. Finally, MoviePy stitches everything, adds subtitles, and exports a ready‑to‑share clip.

It feels like having a full studio in a laptop. No editors, no cameras, no endless edits. Just a prompt and a video.

Testing on real prompts like “A futuristic cyberpunk city” produced a 90‑second clip in under 30 minutes.

The thrill was seeing a story born from code, not from a camera.

If you love automation, give NeoGen a spin. You’ll see what a single prompt can deliver.

← Previous PostNext Post →