dima806 commited on
Commit
7b7e174
·
verified ·
1 Parent(s): 6ed5990

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ metrics:
4
+ - accuracy
5
+ - f1
6
+ base_model:
7
+ - google/vit-base-patch16-224-in21k
8
+ pipeline_tag: image-classification
9
+ library_name: transformers
10
+ ---
11
+ Returns a hand gesture type for smart TV given an image.
12
+
13
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/YQKXqTq3L3TJEFGuOt-Ko.png)
14
+
15
+ ```
16
+ Classification report:
17
+
18
+ precision recall f1-score support
19
+
20
+ Down 1.0000 1.0000 1.0000 1350
21
+ Left Swipe 1.0000 1.0000 1.0000 1350
22
+ Right Swipe 1.0000 1.0000 1.0000 1350
23
+ Stop 0.9912 1.0000 0.9956 1350
24
+ Stop Gesture 1.0000 1.0000 1.0000 1350
25
+ Swipe 1.0000 0.9948 0.9974 1350
26
+ Thumbs Down 1.0000 1.0000 1.0000 1350
27
+ Thumbs Up 1.0000 1.0000 1.0000 1350
28
+ Up 1.0000 0.9963 0.9981 1350
29
+
30
+ accuracy 0.9990 12150
31
+ macro avg 0.9990 0.9990 0.9990 12150
32
+ weighted avg 0.9990 0.9990 0.9990 12150
33
+ ```