Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
python_version: 3.11
|
8 |
short_description: Extract structured menu information from images into JSON...
|
9 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Menu Text Detection System
|
@@ -62,4 +67,4 @@ uv run jupyter-notebook
|
|
62 |
### Run Demo Locally
|
63 |
```bash
|
64 |
uv run python app.py
|
65 |
-
```
|
|
|
1 |
---
|
2 |
+
title: Menu Text Detection
|
3 |
+
emoji: 🐠
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: red
|
6 |
sdk: gradio
|
7 |
python_version: 3.11
|
8 |
short_description: Extract structured menu information from images into JSON...
|
9 |
+
tags:
|
10 |
+
- donut
|
11 |
+
- fine-tuning
|
12 |
+
- image-to-text
|
13 |
+
- transformer
|
14 |
+
license: mit
|
15 |
---
|
16 |
|
17 |
# Menu Text Detection System
|
|
|
67 |
### Run Demo Locally
|
68 |
```bash
|
69 |
uv run python app.py
|
70 |
+
```
|