An interactive AI system that combines multiple AI capabilities including:
- Movie concept generation
- Style guide creation
- Narrative outline development
- Screenplay drafting
- Voice matching and dialogue generation
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Set up environment variables in
.env:- OPENAI_API_KEY
- ELEVENLABS_API_KEY
streamlit run app.py- Integrates OpenAI and Google Gemini for text generation
- Uses ElevenLabs for voice synthesis
- Streamlit-based interactive UI