- In this project I have built an app that can answer questions from your multiple PDFs using Google's gemini-1.5-flash model.
- You can try the project live here
- streamlit
- google-generativeai
- python-dotenv
- langchain_community
- PyPDF2
- chromadb
- faiss-cpu
- langchain_google_genai
- Prerequisites
- Git
- Command line familiarity
- Clone the Repository:
git clone https://github.com/NebeyouMusie/Chat-with-Multiple-PDF-Documents.git - Create and Activate Virtual Environment (Recommended)
python -m venv venvsource venv/bin/activatefor Mac andvenv/bin/activatefor Windows
- Navigate to the projects directory
cd ./Chat-with-Multiple-PDF-Documentsusing your terminal - Install Libraries:
pip install -r requirements.txt - run
streamlit run app/app.py - open the link displayed in the terminal on your preferred browser
- Collaborations are welcomed ❤️
- I would like to thank Krish Naik
- LinkedIn: Nebeyou Musie
- Gmail: [email protected]
- Telegram: Nebeyou Musie
