Rajaram1996
commited on
Commit
·
ee1c67a
1
Parent(s):
059c5f2
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,34 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
-
- image
|
4 |
- pytorch
|
|
|
5 |
|
6 |
-
inference: true
|
7 |
-
pipeline_tag: image-classification
|
8 |
|
9 |
-
metrics:
|
10 |
-
- accuracy
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
23 |
|
24 |
# FacialEmoRecog
|
25 |
Create your own image classifier for **anything** by running this repo
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
inference: true
|
4 |
+
pipeline_tag: image-classification
|
5 |
+
datasets:
|
6 |
+
- Jeneral/fer2013
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
tags:
|
12 |
+
- image CLassification
|
13 |
- pytorch
|
14 |
+
---
|
15 |
|
|
|
|
|
16 |
|
|
|
|
|
17 |
|
18 |
+
|
19 |
+
# metrics:
|
20 |
+
# - accuracy
|
21 |
+
|
22 |
+
# model-index:
|
23 |
+
# - name: FacialEmoRecog
|
24 |
+
# results:
|
25 |
+
# - task:
|
26 |
+
# name: Image Classification
|
27 |
+
# type: image-classification
|
28 |
+
# - metrics:
|
29 |
+
# name: Accuracy
|
30 |
+
# type: accuracy
|
31 |
+
# value: 0.9189583659172058
|
32 |
|
33 |
# FacialEmoRecog
|
34 |
Create your own image classifier for **anything** by running this repo
|