Spaces:
Sleeping
Sleeping
saifisvibinn commited on
Commit ·
20c2301
1
Parent(s): 16a9128
Add HF Spaces metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Medical Document Validator
|
| 2 |
|
| 3 |
A robust backend service that validates medical documents (PDF, DOCX, PPTX) against predefined templates using Large Language Models (LLM).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Medical Document Validator
|
| 3 |
+
emoji: 🏥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: teal
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Medical Document Validator
|
| 11 |
|
| 12 |
A robust backend service that validates medical documents (PDF, DOCX, PPTX) against predefined templates using Large Language Models (LLM).
|