varadch commited on
Commit
5156813
·
verified ·
1 Parent(s): 9da3969

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -1,4 +1,30 @@
1
- """# EfficientNet-B2 Emotion Detection (v1)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  This model classifies facial emotions into 7 categories:
4
  `angry`, `disgust`, `fear`, `happy`, `neutral`, `sad`, `surprise`.
@@ -16,4 +42,4 @@ from huggingface_hub import hf_hub_download
16
  path = hf_hub_download(
17
  repo_id="AtmanAI/emotion-detection-efficientnet-b2-v1",
18
  filename="efficientnet_b2_emotion_final.pth"
19
- )
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - computer-vision
5
+ - emotion-detection
6
+ - facial-recognition
7
+ - efficientnet
8
+ - pytorch
9
+ datasets:
10
+ - custom
11
+ language:
12
+ - en
13
+ model-index:
14
+ - name: emotion-detection-efficientnet-b2-v1
15
+ results:
16
+ - task:
17
+ type: image-classification
18
+ name: Emotion Detection
19
+ dataset:
20
+ name: Facial Emotion Dataset (Kaggle)
21
+ type: image
22
+ metrics:
23
+ - type: accuracy
24
+ value: 0.8025
25
+ ---
26
+
27
+ # EfficientNet-B2 Emotion Detection (v1)
28
 
29
  This model classifies facial emotions into 7 categories:
30
  `angry`, `disgust`, `fear`, `happy`, `neutral`, `sad`, `surprise`.
 
42
  path = hf_hub_download(
43
  repo_id="AtmanAI/emotion-detection-efficientnet-b2-v1",
44
  filename="efficientnet_b2_emotion_final.pth"
45
+ )