This app allows users to upload a PDF and ask questions about its content, powered by GPT-3.5 via OpenAI API.
- Upload any PDF file
- Ask natural-language questions
- AI responds based on the document content
pip install -r requirements.txt
streamlit run app.py