This project generates animated story videos using Google Generative AI (Gemini/Imagen), MoviePy, and TTS. It creates a sequence of scenes with narration and visuals based on a user-provided theme.
- Story sequence generation with scene prompts and narration
- AI-generated images for each scene
- AI-generated audio narration for each scene
- Video assembly with synchronized audio and visuals
- Install dependencies:
pip install -r requirements.txt - Set up your Google API key as an environment variable (
GOOGLE_API_KEY). - Run the notebook
story_video_generator.ipynband follow the instructions.
- Python 3.8+
- Google Generative AI access
- MoviePy
- Pillow
- All generated content is for educational/demo purposes.