AI for Education: Quickly create engaging short videos for learning concepts
coming soon
gh repo clone aryankeluskar/EdComposer
pip install -r requirements.txt
Copy the .env.example
file to .env
and fill in the values.
export OPENAI_API_KEY="sk_YOUR_API_KEY" # Replace with your OpenAI API key (https://platform.openai.com/account/api-keys)
export ELEVENLABS_API_KEY='sk_YOUR_API_KEY' # Replace with your ElevenLabs API key (https://elevenlabs.io/
python src/main.py
This will start the app on http://localhost:3000.