ApatheticWithoutTheA commited on
Commit
0d4b6f9
·
verified ·
1 Parent(s): a981092

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -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
+ ]