File size: 628 Bytes
00e4054
 
 
 
88ed5e7
 
00e4054
88ed5e7
9289021
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
metrics:
- accuracy
base_model:
- google/vit-base-patch16-224-in21k
---
Checks whether there is a pneumonia based on chest X-ray image with about 96% accuracy.

See https://www.kaggle.com/code/dima806/chest-x-ray-pneumonia-detection for details.

```
Classification report:

              precision    recall  f1-score   support

      NORMAL     0.9603    0.9614    0.9608       855
   PNEUMONIA     0.9614    0.9602    0.9608       855

    accuracy                         0.9608      1710
   macro avg     0.9608    0.9608    0.9608      1710
weighted avg     0.9608    0.9608    0.9608      1710
```