Spaces:
Runtime error
Runtime error
Initial commit
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PDF-Based Q&A Chatbot System
|
2 |
|
3 |
A comprehensive end-to-end PDF-based Q&A chatbot system that processes uploaded PDF documents and enables users to retrieve accurate, context-aware answers via natural language queries.
|
|
|
1 |
+
---
|
2 |
+
title: PDF QA Chatbot
|
3 |
+
emoji: "ππ€"
|
4 |
+
colorFrom: "blue"
|
5 |
+
colorTo: "purple"
|
6 |
+
sdk: docker
|
7 |
+
app_file: app.py
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
# PDF-Based Q&A Chatbot System
|
13 |
|
14 |
A comprehensive end-to-end PDF-based Q&A chatbot system that processes uploaded PDF documents and enables users to retrieve accurate, context-aware answers via natural language queries.
|