Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.08 KB

DocuMentor

DocuMentor is a retrieval-augmented generation (RAG) web application that utilizes the content of uploaded PDF files to provide enhanced, context-aware responses to user queries. Leveraging the power of advanced natural language processing, DocuMentor aims to deliver precise information by understanding and incorporating the knowledge embedded in PDF documents.

Features

  • PDF Upload: Users can upload PDF documents which the app will use as additional context for generating answers.
  • Query Processing: Submit questions and receive contextually relevant answers, with insights derived directly from the uploaded PDFs.
  • Contextual Understanding: Advanced algorithms ensure that the app understands the context of user queries, resulting in accurate and informative responses.

Getting Started

These instructions will guide you through setting up DocuMentor on your local machine for development and testing purposes.

Prerequisites

Here's what you need to install the software and how to install them:

  • Python 3.8 or higher
  • Pipenv (for dependency management)