Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.05 KB

readme.md

File metadata and controls

48 lines (30 loc) · 1.05 KB

EdComposer Video Generator 🦄

AI for Education: Quickly create engaging short videos for learning concepts

📦 Features

coming soon

🚀 Quickstart

1. Generate a repo using this template

gh repo clone aryankeluskar/EdComposer

2. Install dependencies

pip install -r requirements.txt

3. Create .env file

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/

4. Start the app

python src/main.py

This will start the app on http://localhost:3000.

🌄 Inspiration