Rajaram Sivaramakrishnan
commited on
Commit
·
f322203
1
Parent(s):
db6e4dc
Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,23 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
inference: true
|
4 |
-
pipeline_tag: image_classification
|
5 |
tags:
|
6 |
- image-classification
|
7 |
- pytorch
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
|
11 |
model-index:
|
12 |
- name: FacialEmoRecog
|
13 |
-
results:
|
14 |
-
- task:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
|
23 |
# FacialEmoRecog
|
24 |
Create your own image classifier for **anything** by running this repo
|
|
|
1 |
---
|
2 |
+
|
|
|
|
|
3 |
tags:
|
4 |
- image-classification
|
5 |
- pytorch
|
6 |
+
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
|
10 |
model-index:
|
11 |
- name: FacialEmoRecog
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Image Classification
|
15 |
+
type: image-classification
|
16 |
+
- metrics:
|
17 |
+
name: Accuracy
|
18 |
+
type: accuracy
|
19 |
+
value: 0.9189583659172058
|
20 |
+
---
|
21 |
|
22 |
# FacialEmoRecog
|
23 |
Create your own image classifier for **anything** by running this repo
|