Backend for AI deck generator
Deployed as Deck Generator
Hacked on Agents Hackathon @ MIT, Sep 28, 2024
cp .env.example .env
nano .env
# then add your GitHub and Gemini secret keys to the .env file
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
or
uvicorn main:app --reload
Auto deployed to Render https://deck-generator.onrender.com at each commit to main
branch.