Spaces:
Sleeping
Sleeping
chore: add config for hf in README
Browse files
README.md
CHANGED
@@ -1,2 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# light-doc-ocr
|
2 |
Lightweight Transformer-based OCR model for document text recognition, fine-tuned with PyTorch and Hugging Face.
|
|
|
1 |
+
---
|
2 |
+
title: Light OCR Finetuned
|
3 |
+
emoji: "📝"
|
4 |
+
colorFrom: "purple"
|
5 |
+
colorTo: "blue"
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.25.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
---
|
11 |
+
|
12 |
# light-doc-ocr
|
13 |
Lightweight Transformer-based OCR model for document text recognition, fine-tuned with PyTorch and Hugging Face.
|