Skip to content

boaz16/DocMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

DocMate: Conversational AI for PDF Documents

With DocMate, you can chat with any PDF locally! DocMate is RAG with local models developed using:

Installation

#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

About

RAG using LangChain, Ollama and Streamlit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages