Skip to content

radeeyate/toastyroast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToastyRoast

ToastyRoast is a website powered by Google Gemini Pro Vision that rates/roasts you on several factors. 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.