This is a project created to interact with the pdf's using Gemini API and Streamlit
Follow the steps:
- Add a .env file in your project folder
- Then add a variable
GOOGLE_API_KEY='your-gemini-api-key'
- Then install the packages required to run this project
Use the following command:
pip install -r requirements.txt