Spaces:
Sleeping
Sleeping
File size: 638 Bytes
e991580 8d639fa e991580 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
title: RAG Chat Bot
emoji: 🌖
colorFrom: pink
colorTo: purple
sdk: streamlit
sdk_version: 1.38.0
app_file: app.py
pinned: false
---
# PDF Question Answering with vi-gemma-2b-RAG
This Streamlit app uses the vi-gemma-2b-RAG model from Hugging Face to answer questions based on the content of uploaded PDF files.
## How to Use
1. Upload a PDF file.
2. Enter a question related to the content of the PDF.
3. Get an answer generated by the model.
## Requirements
- `transformers`
- `torch`
- `accelerate`
- `PyMuPDF`
- `streamlit`
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|