Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeeyate/toastyroast
An AI-powered website to roast/rate you!
https://github.com/radeeyate/toastyroast
ai artificial-intelligence free gemini google-gemini llm python python3
Last synced: 6 days ago
JSON representation
An AI-powered website to roast/rate you!
- Host: GitHub
- URL: https://github.com/radeeyate/toastyroast
- Owner: radeeyate
- Created: 2023-12-17T22:22:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T05:22:30.000Z (4 months ago)
- Last Synced: 2024-08-02T06:36:13.844Z (4 months ago)
- Topics: ai, artificial-intelligence, free, gemini, google-gemini, llm, python, python3
- Language: HTML
- Homepage: https://toastyroast.radi8.dev
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://makersuite.google.com/app/apikey) 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.