Jennifer Smith commited on
Commit ·
58f25c2
1
Parent(s): 4e37a2c
Add required HF README configuration
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: OCR Microservice
|
| 3 |
+
emoji: 👁
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# KDMC OCR Microservice
|
| 11 |
+
This is the dedicated Hugging Face Serverless OCR backend for the KDMC KGLMS multi-decade GPF archival system.
|