- 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
'pip install -r requirements.txt'
add your OpenAI API key to the .env
file before running the application