dima806 commited on
Commit
6c4d7b2
1 Parent(s): 82d527f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -4,4 +4,28 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/fast-food-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns fast food type based on an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/fast-food-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ Burger 0.9466 0.9750 0.9606 400
17
+ Taco 0.9578 0.9650 0.9614 400
18
+ Baked Potato 0.9827 0.9925 0.9876 400
19
+ Hot Dog 0.9872 0.9698 0.9784 397
20
+ Pizza 0.9875 0.9875 0.9875 400
21
+ Sandwich 0.9724 0.9724 0.9724 399
22
+ Fries 0.9748 0.9675 0.9711 400
23
+ Donut 0.9827 1.0000 0.9913 397
24
+ Crispy Chicken 0.9822 0.9650 0.9735 400
25
+ Taquito 0.9923 0.9700 0.9810 400
26
+
27
+ accuracy 0.9765 3993
28
+ macro avg 0.9766 0.9765 0.9765 3993
29
+ weighted avg 0.9766 0.9765 0.9765 3993
30
+
31
+ ```