Repository files navigation Chat with Multiple PDF Documents
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 venv
source venv/bin/activate for Mac and venv/bin/activate for Windows
Navigate to the projects directory cd ./Chat-with-Multiple-PDF-Documents using 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 ❤️
About
In this project I have built an app that can answer questions from your multiple PDFs using Google's gemini-1.5-flash model.
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.