Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 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.
|
|
|