Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: Fast
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
-
short_description:
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Fast ALPR - Europe Plates Demo
|
| 3 |
+
emoji: 🔍
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.39.0
|
| 8 |
app_file: app.py
|
| 9 |
+
tags:
|
| 10 |
+
- computer-vision
|
| 11 |
+
- license-plate
|
| 12 |
+
- alpr
|
| 13 |
+
- license-plate-recognition
|
| 14 |
+
- object-detection
|
| 15 |
+
- license-plate-detection
|
| 16 |
+
- streamlit
|
| 17 |
+
- ocr
|
| 18 |
+
- yolo
|
| 19 |
+
- onnx
|
| 20 |
+
- real-time
|
| 21 |
+
pinned: true
|
| 22 |
license: mit
|
| 23 |
+
short_description: A high-performance, customizable and simple (ALPR)
|
| 24 |
+
thumbnail: >-
|
| 25 |
+
https://raw.githubusercontent.com/ankandrew/fast-alpr/f672fbbec2ddf86aabfc2afc0c45d1fa7612516c/assets/alpr.gif
|
| 26 |
---
|
| 27 |
|
| 28 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|