AkashVD26 commited on
Commit
47d0b30
Β·
1 Parent(s): d481f2d

final readme v1

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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.