Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 609 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 609 Bytes

Ask PDF

This is a 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.

Installation

To install the repository, please clone this repository and install the requirements:

pip install -r requirements.txt

You will also need to add your OpenAI API key to the .env file.

Usage

To use the application, run the main.py file with the streamlit CLI (after having installed streamlit):

streamlit run app.py