This project presents a comparative study of deep learning models — VGG16, ResNet50, InceptionV3, and Xception — for automated COVID-19 diagnosis based on Chest X-ray and CT images.
- Automate COVID-19 detection to assist radiologists.
- Compare the performance of different deep learning architectures.
- Evaluate models based on precision, recall, f1-score, accuracy, and confusion matrices.
- VGG16
- ResNet50
- InceptionV3
- Xception
- Chest X-ray images
- Chest CT scan images
- Data preprocessing
- Model training and validation
- Performance evaluation using classification reports and confusion matrices
Sample outputs and confusion matrices are available in the /results
folder.
- Python
- TensorFlow / Keras
- Matplotlib, scikit-learn
git clone https://github.com/eliashossain001/SARS-CoV-2Detection.git
cd covid19-diagnosis-dl