An open API service indexing awesome lists of open source software.

https://github.com/bryanhe24/rag_pdf_qa

This application allows users to upload PDFs and query their contents using a Retrieval-Augmented Generation (RAG) model.
https://github.com/bryanhe24/rag_pdf_qa

Last synced: 3 months ago
JSON representation

This application allows users to upload PDFs and query their contents using a Retrieval-Augmented Generation (RAG) model.

Awesome Lists containing this project

README

        

# PDF Query Application

This application allows users to upload PDFs and query their contents using a Retrieval-Augmented Generation (RAG) model.

## Setup

1. **Clone the repository**:
```sh
git clone https://github.com/yourusername/pdf-query-app.git
cd pdf-query-app
2. **Install dependencies:**
pip install -r requirements.txt
3. **Run the application**
python app.py
4. **Access the app**
Access the application:
Open your browser and go to http://127.0.0.1:5000.