With DocMate, you can chat with any PDF locally! DocMate is RAG with local models developed using:
#Clone the repository
git clone https://github.com/boaz16/DocMate.git
#Create the virtual environment
python -m venv venv
#Activate the virtual environment
venv\Scripts\activate
#Install the dependencies
pip install -r requirements.txt
#Download the model
ollama pull mistral
#To run the application
streamlit run app.py
#Download and install Ollama from
https://ollama.com/
#Model used
https://ollama.com/library/mistral