https://github.com/radeeyate/toastyroast
Get burnt by an LLM...
https://github.com/radeeyate/toastyroast
ai artificial-intelligence free gemini google-gemini llm python python3
Last synced: 5 months ago
JSON representation
Get burnt by an LLM...
- Host: GitHub
- URL: https://github.com/radeeyate/toastyroast
- Owner: radeeyate
- Created: 2023-12-17T22:22:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T17:40:02.000Z (6 months ago)
- Last Synced: 2025-04-01T18:47:07.661Z (6 months ago)
- Topics: ai, artificial-intelligence, free, gemini, google-gemini, llm, python, python3
- Language: HTML
- Homepage: https://toastyroast.radi8.dev
- Size: 273 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToastyRoast
ToastyRoast is a website powered by Google Gemini 2.0 Flash that rates/roasts you on several factors.

To host your own version, get an API key from [Google AI Studio](https://makersuite.google.com/app/apikey) and put it in a `.env` file.
This is how it should look:```env
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.