Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,24 @@
|
|
| 1 |
---
|
| 2 |
title: Open Image Models
|
| 3 |
emoji: 🦀
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
short_description: Pre-trained image models using ONNX for fast, out-of-the-box
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Open Image Models
|
| 3 |
emoji: 🦀
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
+
tags:
|
| 10 |
+
- computer-vision
|
| 11 |
+
- object-detection
|
| 12 |
+
- license-plate-detection
|
| 13 |
+
- streamlit
|
| 14 |
+
- yolo
|
| 15 |
+
- onnx
|
| 16 |
+
- real-time
|
| 17 |
+
pinned: true
|
| 18 |
license: mit
|
| 19 |
short_description: Pre-trained image models using ONNX for fast, out-of-the-box
|
| 20 |
+
thumbnail: >-
|
| 21 |
+
https://cdn-uploads.huggingface.co/production/uploads/6378ecfc2cb50dda39d49a7d/8G8rQ5kWm-jgBzwnGH2R_.png
|
| 22 |
---
|
| 23 |
|
| 24 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|