File size: 744 Bytes
a68e8fc
 
 
 
 
 
6b2fb0b
 
 
 
2500482
6b2fb0b
 
 
 
 
 
2500482
 
 
6b2fb0b
2500482
 
 
6b2fb0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
metrics:
- accuracy
- f1
---
Returns lemon quality given an image.

See https://www.kaggle.com/code/dima806/lemon-quality-image-detection-vit for more details.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/o2ADVcNtFbTjQB2FUbdmv.png)

```
Classification report:

                  precision    recall  f1-score   support

    good_quality     1.0000    1.0000    1.0000       450
empty_background     1.0000    1.0000    1.0000       450
     bad_quality     1.0000    1.0000    1.0000       450

        accuracy                         1.0000      1350
       macro avg     1.0000    1.0000    1.0000      1350
    weighted avg     1.0000    1.0000    1.0000      1350
```