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.
- Host: GitHub
- URL: https://github.com/bryanhe24/rag_pdf_qa
- Owner: BryanHE24
- Created: 2024-12-13T22:34:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T23:08:26.000Z (6 months ago)
- Last Synced: 2025-02-04T10:58:43.885Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.