Chat with PDF using GEMINI-PRO Step-1 Clone the Repository in the desired local file using terminal git clone https://github.com/MiruthyanJayanS/ChatwithPDF.git Step-2 Create .env file and add the API_Key for authentication GOOGLE_API_KEY="YOUR_API_KEY" Step-3 Install the requirements.txt pip install -r requirements.txt Step-4 Run the app using Streamlit streamlit run app.py the app will be running in the default web browser..!