The PDF Chat App is a Python-based application that allows you to interact with multiple PDF documents using natural language. Simply upload your PDFs, ask questions, and get relevant answers derived directly from the content of the files.
- Chat with multiple PDFs simultaneously.
- Provides accurate, context-aware answers.
- User-friendly interface built with Streamlit.
- Python 3.7 or higher installed on your system.
- Install the required dependencies by running the following command:
pip install -r requirements.txt