Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

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