This project shows how to build a chatbot to read your PDF file using Langchain and LLM from OpenAI. The project is hosted using streamlit where you can upload your PDF file.
- clone the project folder
git clone https://github.com/bhargobdeka/PDF-Summarizer.git
- go to the folder
cd PDF-Summarizer
- run the following code
streamlit run app.py