Skip to content

bhavanap12/MutliPDFChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiPDFChat

A chatbot to interact with PDF documents.

A demo of this project is available at Demo

This is a Python based project implemented using HuggingFace Large Language Models, Langchain Framework and Streamlit GUI. It takes multiple pdf documents as input and let's the user chat about the content in the pdf documents.

Usage

Clone the Repository

git clone <repo-link>
cd <repo>

Install requirements

pip3 install -r requirements.txt

Create .env file and include API Keys. Example: HUGGINGFACEHUB_API_KEY=""

To run the app

streamlit run app.py

Technologies and Languages Used

  • Python
  • Streamlit
  • Langchain
  • PyPDF
  • HuggingFace
  • Faiss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages