Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.25 KB

PDF Partner

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/pdf-partner.git
    cd pdf-partner
  2. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    streamlit run app.py
  2. Open the web application in your browser and upload a PDF to start asking questions.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT