Wuttipong8146 commited on
Commit
d1531b8
·
verified ·
1 Parent(s): 4a6c19f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,12 +1,11 @@
1
- ---
2
- title: AI
3
- emoji: 🌖
4
- colorFrom: gray
5
- colorTo: indigo
6
- sdk: streamlit
7
- sdk_version: 1.37.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # ThaiBERT PDF QA System
2
+
3
+ This application uses ThaiBERT to extract text from a PDF and allows users to ask questions about the content of the PDF. The application is built using Streamlit, LangChain, and Hugging Face Spaces.
4
+
5
+ ## How to Use
6
+
7
+ 1. Upload a PDF file with information about your organization.
8
+ 2. Ask questions related to the content of the PDF.
9
+ 3. The AI will provide answers based on the PDF content.
10
+
11
+ This project is hosted on Hugging Face Spaces.