Goutham204 commited on
Commit
c73c920
·
verified ·
1 Parent(s): 34517ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Facial Expression Recognition using CNN (FER-2012 Dataset)
2
 
3
  This repository contains a Convolutional Neural Network (CNN) model trained using the FER-2012 dataset to classify facial expressions into seven emotion categories.
@@ -19,7 +43,3 @@ This repository contains a Convolutional Neural Network (CNN) model trained usin
19
  4 → Sad
20
  5 → Surprise
21
  6 → Neutral
22
-
23
- ---
24
- license: mit
25
- ---
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - keras
6
+ - emotion-detection
7
+ - facial-expression
8
+ - image-classification
9
+ - fer2012
10
+ model-index:
11
+ - name: Facial Emotion Recognition (FER-2012)
12
+ results:
13
+ - task:
14
+ type: image-classification
15
+ name: Image Classification
16
+ dataset:
17
+ name: FER-2012
18
+ type: fer2012
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.84
23
+ ---
24
+
25
  # Facial Expression Recognition using CNN (FER-2012 Dataset)
26
 
27
  This repository contains a Convolutional Neural Network (CNN) model trained using the FER-2012 dataset to classify facial expressions into seven emotion categories.
 
43
  4 → Sad
44
  5 → Surprise
45
  6 → Neutral