Combine multiple PDFs as context to chat about them, with this intelligent ChatBot AI! This project is created using Gemini API and LangChain.
https://codingsneha-pdf-chat.streamlit.app/
Before running the project, make sure you have the following:
- A Google API Key, which can be obtained here.
- Python installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/multiple-pdf-chat-gemini-langchain.git cd multiple-pdf-chat-gemini-langchain
-
Create a .env file in the main folder and add your Google API Key: GOOGLE_API_KEY=your-api-key
-
Install the project dependencies: pip install -r requirements.txt
Run the Multiple-PDF-Chat-Gemini with the following command: streamlit run app.py
Once the application is running, interact with the chat interface to provide PDF documents and receive insightful analysis from Gemini API.
Feel free to contribute to this project by opening issues, submitting pull requests, or providing feedback. Your collaboration is highly appreciated!