Study Helping AI Chat is a google gemini base chat bot for help you in study. Here you can upload a pdf book and chat with this pdf book as you need. When you ask anything to this chat bot it will give you the information base on your given pdf book.
- You can upload your own pdf files to the study helping AI and ask anything about the pdf
- you can upload multiple pdf files at once
-
Create a Virtual Environment: I am using Python 3.10.12 currently
windows:python -m venv env_name
linux:python3 -m venv env_name
-
Activate virtual environment:
windows:.\env_name\Scripts\activate
(you need to disable shell script warning first usingSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
)
Linux:source env_name/bin/activate
-
Upgrade pip:
pip install --upgrade pip
-
Set Execution policy for windows shell not need for linux :
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
-
Install Requirements:
pip install -r requirements.txt
-
Set Google Gemini API key on env file
-
Enter commands in terminal:
streamlit run app.py
-
Deactivate env :
deactivate
For any questions, please contact me at:
- Email: [email protected]