Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-classification
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# ResNet50 Image Emotion Model
|
| 7 |
+
|
| 8 |
+
Model: Image → Emotion Classification
|
| 9 |
+
Backbone: ResNet50
|
| 10 |
+
Classes: 6 emotions
|
| 11 |
+
Accuracy: 67.8%
|