Experimental Only :Interact with multiple pdf with google gemini-pro LLM.
Create a Virtual Environment named venv [or any name of your choise] conda create -p venv python=3.9 -y
Activate Current Virtual Environment conda activate venv/
Install Dependencies: pip install -r requirement.txt
Generate your google API key from ai.google.com
add your api keys here like GOOGLE_API_KEY="your api key"