final readme v1
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
title: Pdfsense
|
3 |
emoji: π
|
@@ -9,10 +10,10 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: PDF Answering Assistant
|
12 |
-
---
|
13 |
|
14 |
Check out the configuration reference at [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
|
15 |
-
|
16 |
# π PDFSense : PDF Question Answering Assistant with Chat History
|
17 |
|
18 |
PDFSense is an LLM-powered Streamlit application that enables users to upload PDFs and ask questions based on the document's content. It uses a Retrieval-Augmented Generation (RAG) approach to provide accurate, context-aware answers by incorporating previous chat history of the current session.
|
|
|
1 |
+
<!--
|
2 |
---
|
3 |
title: Pdfsense
|
4 |
emoji: π
|
|
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
short_description: PDF Answering Assistant
|
13 |
+
---
|
14 |
|
15 |
Check out the configuration reference at [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
|
16 |
+
-->
|
17 |
# π PDFSense : PDF Question Answering Assistant with Chat History
|
18 |
|
19 |
PDFSense is an LLM-powered Streamlit application that enables users to upload PDFs and ask questions based on the document's content. It uses a Retrieval-Augmented Generation (RAG) approach to provide accurate, context-aware answers by incorporating previous chat history of the current session.
|