Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 664 Bytes

ToastyRoast

ToastyRoast is a website powered by Google Gemini 1.5 Flash that rates/roasts you on several factors.

Screenshot of ToastyRoast

To host your own version, get an API key from Google AI Studio and put it in a .env file. This is how it should look:

GEMINI_KEY="YOUR_KEY_HERE"
CONNECTION_STRING="YOUR_MONGODB_CONNECTING_STRING_HERE"

After you make that, run pip install -r requirements.txt to install essential requirements. Now, you can run uvicorn main:app to start up the web server.