Skip to content

Prerak1310/Multiple_Pdf_Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT WITH MULTIPLE PDFs 📚

A streamlit RAG web app that allows users to upload text pdfs to the app and ask questions related to it.

How to setup multiple-pdf-chat app in your local machine

  1. git clone https://github.com/Prerak1310/Multiple_Pdf_Chat.git
  2. cd Multiple_Pdf_Chat
  3. pip install -r requirements.txt
  4. go to GROQ CLOUD to generate your API key.
  5. Create a .env file within project directory
  6. Inside the .env file place your API key in this format GROQ_API_KEY_GIT = "------------YOUR API KEY---------------"
  7. Inside terminal run streamlit run app.py to run your app
  8. Enjoy :D

Concept

logic

RESULT

image

DEMO

multi-pdf-chat-demo.mp4

Releases

No releases published

Packages

No packages published

Languages