chat with your pdf
1.0.0
An open-source project leveraging the capabilities of LLM (Large Language Models) and RAG (Retrieval Augmented Generation) to process queries based on PDF data at hand.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
git clone https://github.com/ragesh2000/Chat-with-your-pdf.gitcd Chat-with-your-pdfpip install -r requirements.txtRun the run.py file with your preferred model as an argument (Currently supports openai or ollama models) :
for running with openai model:
python run.py -model openaior for running with ollam model:
python run.py -model ollama