GiteshUjgaonkar commited on
Commit
ee45911
·
verified ·
1 Parent(s): 85cf472

Add YOLOv8 emotion detection model

Browse files
Files changed (3) hide show
  1. README.md +3 -0
  2. best.pt +3 -0
  3. config.json +1 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # YOLOv8 Emotion Detection Model
2
+
3
+ Trained using Roboflow and YOLOv8 to detect human face emotions.
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:123e041d1b2bf1b9e03543b4c37c6168a89f96755791fc37861a9bdd3e17d6d9
3
+ size 6248547
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "YOLOv8", "task": "object-detection"}