Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 695 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 695 Bytes

Deck Generator

Backend for AI deck generator

Deployed as Deck Generator

Hacked on Agents Hackathon @ MIT, Sep 28, 2024

Installation

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

Run

Local server

python main.py

or

uvicorn main:app --reload

Production deployment

Auto deployed to Render https://deck-generator.onrender.com at each commit to main branch.