Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 503 Bytes

ChatPDF

Streamlit App

An Application for "Upload a PDF and Chat" using GPT 3.5 and Streamlit.

Demo Video

Releasing soon...

Install

git clone https://github.com/harshdhamecha/chatpdf.git
cd chatpdf
conda create -n langchain python==3.9.18
conda activate langchain
pip install -r requirements.txt

Run Locally

streamlit run app.py

Authors

  • Harsh Dhamecha