Everytime you ask a concept to chatbot, it gonna confuse you with an explanation that’s way out of your understanding or too simple to be useless. Turns out that I can solve our universal issue!
Simply, adjust the slider based on your desired level of explanation (1 - Kudos babyy!; 5 - Hello, Einstein!). Everything inbetween acts as side-characters with SIMPLE to MEDIUM level explanations.
Not just explanations, pairing it up with example, so you can wrap the concept around your head better this time than smashing the keyboard once again, bombing chatgpt with your vocabulary skills! LEAVEMEALONE - CHEAT ACTIVATED for CHATGPT
Enough of marketing, just use it here : https://the-professor-chatbot.onrender.com/
pip install -r requirements.txt
. This will install all the required packages needed to run this on your local machine
[flask, google-generativeai, python-dotenv, gunicorn (for production server)]export GEMINI_API_KEY=your_api_key_here
, replace with your api key.(https://aistudio.google.com/app/apikey)
to get your own gemini api key, which can be tracked in your google cloud console. No worries, there’s some free api limit, enjoy!flask run
to start your local flask server or run this python app.py
http://127.0.0.1:5000/
.