This project analyzes PDF documents using Large Language Models to extract text, generate summaries, create questions, and provide answers. For the official code and details, please refer to this repository.
- Python 3.8 or higher
- Install dependencies:
pip install -r requirements.txt
- Clone the repo:
git clone https://github.com/zahramhh99/document-analysis-llm.git - Install dependencies:
pip install -r requirements.txt - Add your PDF:
cp your_doc.pdf data/input.pdf