In this project, convolutional neural networks are trained for automatic detection of covid infection from the CT scan images. [slides]
The SARS-COV-2 Ct-Scan Dataset has been used in this project.
- ResNet50
- Xception
- DenseNet121
- DenseNet201
- MobileNet
- MobileNetV2
- Data Preprocessing
- Splitting Input Data
- Image Augmentation
- Applying Pre-Trained Models
- Testing with Unknown Sample
Model | Accuracy | Precision | Recall | F1-Score
ResNet50 | 95.97% | 96.23% | 94.44% | 95.33%
Xception | 88.10% | 80.08% | 96.76% | 87.63%
DenseNet121 | 95.56% | 93.69% | 96.30% | 94.98%
DenseNet201 | 95.77% | 94.12% | 96.30% | 95.20%
MobileNet | 93.15% | 93.75% | 90.28% | 91.98%
MobileNetV2 | 92.74% | 91.28% | 92.13% | 91.70%