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.
MP4: https://github.com/sundai-club/filmmaker/blob/main/example.mp4
- Install dependencies:
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
- 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
Run the script generator:
python filmcrew.py