Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ThaiBERT PDF QA System
|
| 3 |
+
emoji: 📄
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.10.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# ThaiBERT PDF QA System
|
| 13 |
|
| 14 |
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.
|