DocuQ&A is an advanced tool designed to allow users to upload PDF documents and interact with them through a sophisticated question-and-answer (Q&A) interface. The system leverages large language models (LLMs) to extract and interpret information from the PDFs, providing users with relevant and accurate responses to their queries.
- PDF Upload: Seamlessly upload PDF documents for processing.
- Text Extraction: Automatically extract and preprocess text from uploaded PDFs.
- Interactive Q&A: Engage with the content of the PDF through a natural language interface.
- LLM Integration: Harness the power of large language models to understand and answer questions effectively.
To get started with DocuQ&A, follow these installation steps:
-
Clone the Repository
git clone https://github.com/devrahulbanjara/DocuQ-A.git cd DocuQ-A pip install -r requirements.txt -
Install gcc