Skip to content

landing-page-generator/deck-generator

Repository files navigation

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.

About

AGI House hack 9/28 @ MIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages