Skip to content

Ya-Tin/PDFQueryChatLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PAQ Bot

A PDF Document Query Bot
View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

A PDF Document Text Summarizer.

P.A.Q. Bot (Short for Pdf Assistant for Queries Bot)

Built With

These are the python libraries used in this project:

  • Langchain
  • Streamlit
  • PyPDF2
  • Pickle

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  1. Python 3.12.8

Installation

  1. Clone the repo

    git clone https://github.com/Ya-Tin/PDFQueryChatLM.git
  2. Install Python Libraries

     pip install .\requirements.txt
  3. Run the app.py file using streamlit

     streamlit run app.py

Usage

PAQ Bot is a tool designed to summarize large text PDF documents, and the Bot would also generate responses based on the material you have provided, thus increasing efficiency. This tool is great for students for who want to get quick notes, generate questions for practice and get answers related to their text in an efficient way. It is particularly useful for professionals, researchers, students, and anyone working with lengthy or complex PDFs, such as academic papers, technical manuals, contracts, or reports. By leveraging Large Language Models (LLMs) and the LangChain library, PAQ Bot enables users to query PDFs in natural language, receive context-aware answers, and quickly access relevant information without manually sifting through pages. This makes it an invaluable assistant for streamlining research, summarizing content, and improving productivity when working with document-heavy tasks.

This Project is inspired from NoteBookLM by Google

Top contributors:

Made with contrib.rocks.

Project Link

Project Link: https://github.com/Ya-Tin/PDFQueryChatLM

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages