Nonovogo commited on
Commit
bd3b69e
·
verified ·
1 Parent(s): e94d9af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -5,12 +5,19 @@ tags:
5
  - emotion-recognition
6
  - mediapipe
7
  - face-blendshapes
8
- model_format: skops
9
- model_file: model.skops
10
  language:
11
  - en
12
  metrics:
13
- - accuracy
 
 
 
 
 
 
 
14
  ---
15
 
16
  # MediaPipe Face Emotion Classifier
 
5
  - emotion-recognition
6
  - mediapipe
7
  - face-blendshapes
8
+ model_format: pickle
9
+ model_file: model.pkl
10
  language:
11
  - en
12
  metrics:
13
+ - accuracy: 0.5136
14
+ widget:
15
+ - structuredData:
16
+ eyeBlinkLeft: 0.12
17
+ eyeBlinkRight: 0.15
18
+ browInnerUp: 0.45
19
+ mouthSmileLeft: 0.85
20
+ mouthSmileRight: 0.82
21
  ---
22
 
23
  # MediaPipe Face Emotion Classifier