PDF Partner is a user-friendly web application designed to transform static PDF documents into interactive Q&A sessions. Leveraging the power of LLM (Language Learning Model) and advanced text retrieval techniques, this app allows users to upload PDF files and ask questions about their content.
- PDF Upload: Easily upload PDF documents for processing.
- Question Input: Enter questions directly related to the PDF content.
- Real-time Processing: The application quickly processes the document and retrieves relevant answers.
- Interactive Experience: Provides clear and concise answers, making document navigation and understanding easier.
- Clone the repository:
git clone https://github.com/yourusername/pdf-partner.git cd pdf-partner
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
- Open the web application in your browser and upload a PDF to start asking questions.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.