Skip to content

Agentic AI crew to generate a short film from 0 to masterpiece, fully autonomous

License

Notifications You must be signed in to change notification settings

sundai-club/filmmaker

Repository files navigation

Film Crew AI

Agentic AI crew to generate a short film from 0 to masterpiece, fully autonomous.

This project uses crewAI to create a network of AI agents that collaborate to generate a short movie script along with image (DALL-E, Flux) and video (Sora, Hailuo) generation prompts for visualization.

Demo Example

img

MP4: https://github.com/sundai-club/filmmaker/blob/main/example.mp4

Setup

  1. Install dependencies:
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Create a .env file in the project root and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
OPENAI_MODEL_NAME=gpt-4o-mini
OTEL_SDK_DISABLED=true

Usage

Run the script generator:

python filmcrew.py

About

Agentic AI crew to generate a short film from 0 to masterpiece, fully autonomous

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages