Spaces:
Sleeping
Sleeping
Commit Β·
56b72ee
1
Parent(s): 6cd44df
added special header for hf spaces
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π ChatWithPDF - RAG Application
|
| 2 |
|
| 3 |
An AI-powered Retrieval-Augmented Generation (RAG) application that allows users to upload PDF documents and ask context-aware questions using Large Language Models.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ChatWithPDF RAG
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.32.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
# π ChatWithPDF - RAG Application
|
| 12 |
|
| 13 |
An AI-powered Retrieval-Augmented Generation (RAG) application that allows users to upload PDF documents and ask context-aware questions using Large Language Models.
|