Spaces:
Runtime error
Runtime error
fouadmahmoud283-ai commited on
Commit ·
fca1676
1
Parent(s): 3fadcec
Add proper metadata to README
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
|
|
| 1 |
title: Processing Image
|
| 2 |
-
emoji:
|
| 3 |
-
colorFrom:
|
| 4 |
-
colorTo:
|
| 5 |
sdk: docker
|
| 6 |
app_port: 8501
|
| 7 |
tags:
|
| 8 |
- streamlit
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
-
short_description:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
title: Processing Image
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
| 8 |
tags:
|
| 9 |
- streamlit
|
| 10 |
+
- computer-vision
|
| 11 |
+
- image-processing
|
| 12 |
pinned: false
|
| 13 |
+
short_description: Image processing application with Streamlit
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Processing Image
|
| 17 |
+
|
| 18 |
+
A Streamlit application for image processing and computer vision tasks.
|