Commit
β’
090992b
1
Parent(s):
510144f
Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (8990cedfe6cc1b8fb9e4b1678a2006020a84f49f)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
---
|
2 |
-
title: EPL Top 5 Emblem Classifier
|
3 |
-
emoji: π
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 4.12.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
language:
|
12 |
- en
|
|
|
|
|
|
|
|
|
|
|
13 |
tags:
|
14 |
- sports
|
15 |
- soccer
|
@@ -20,10 +16,14 @@ tags:
|
|
20 |
- man city
|
21 |
- man united
|
22 |
- image-classification
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Model Card
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
library_name: tf-keras
|
5 |
+
license: mit
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: image-classification
|
9 |
tags:
|
10 |
- sports
|
11 |
- soccer
|
|
|
16 |
- man city
|
17 |
- man united
|
18 |
- image-classification
|
19 |
+
title: EPL Top 5 Emblem Classifier
|
20 |
+
emoji: π
|
21 |
+
colorFrom: blue
|
22 |
+
colorTo: purple
|
23 |
+
sdk: gradio
|
24 |
+
sdk_version: 4.12.0
|
25 |
+
app_file: app.py
|
26 |
+
pinned: false
|
27 |
---
|
28 |
|
29 |
# Model Card
|