Dewa commited on
Commit
9c2d68c
1 Parent(s): faa83a8

dog-emotion detector

Browse files

it is a simple image-classification model fine-tuned from "google/vit-base-patch16-224-in21k" using kaggle dog emotion dataset
can tell is the dog angry,sad,relaxed,happy

--this is can come handy if we want to monitor dog behaviour from a video and image
to understand about our four-legs buddy

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ metrics:
5
+ - accuracy
6
+ pipeline_tag: image-classification
7
+ ---