Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 429 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 429 Bytes

Chat with pdf using Langchain

  • Python application that allows you to load a PDF and ask questions about it using natural language.
  • The application uses a LLM to generate a response about your PDF. The LLM will not answer questions unrelated to the document.
  • it is using streamlit for GUI

Run the application

'pip install -r requirements.txt' add your OpenAI API key to the .env file before running the application