Skip to content

JaouadT/pdfchatbot_llama2_langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFchatbot: Chat with your PDFs.

Description

This project is a PDF chatbot that utilizes the Llama2 language model 7B model to provide answers to questions about a given PDF file. The chatbot extracts pages from the PDF, builds a question-answer chain using the LLM, and generates responses based on user input.

Installation

Usage

  • Run the script: 'python main.py --pdf_file 'pdfs/paper.pdf'
  • Or run the streamlit app: 'streamlit run app.py'

About

Chat with your PDFs using langchain and llama2 LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages