hf config added final
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<!--
|
2 |
---
|
3 |
title: Pdfsense
|
4 |
emoji: π
|
@@ -13,7 +12,6 @@ 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.
|
|
|
|
|
1 |
---
|
2 |
title: Pdfsense
|
3 |
emoji: π
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
|
|
|
15 |
# π PDFSense : PDF Question Answering Assistant with Chat History
|
16 |
|
17 |
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.
|