Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ApatheticWithoutTheA
/
YoloV8-Human-Emotion-Detection
like
0
License:
mit
Model card
Files
Files and versions
xet
Community
ApatheticWithoutTheA
commited on
Jul 15
Commit
0d4b6f9
·
verified
·
1 Parent(s):
a981092
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
---
2
+
license: mit
3
+
base_model:
4
+
- Ultralytics/YOLOv8
5
+
---
6
+
EMOTION_CLASSES = [
7
+
'anger', 'content', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise'
8
+
]