Skip to content

eliashossain001/SARS-CoV-2Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Detection using Deep Learning on Chest X-rays and CT Scans

📖 Project Overview

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.

🎯 Objectives

  • 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.

🧠 Deep Learning Models Used

  • VGG16
  • ResNet50
  • InceptionV3
  • Xception

📂 Dataset

  • Chest X-ray images
  • Chest CT scan images

⚙️ Methodology

  1. Data preprocessing
  2. Model training and validation
  3. Performance evaluation using classification reports and confusion matrices

📊 Results

EVALUATION AND RESULT

Sample output of the test images


sample_ct sample_chest

Classification Reports for Chest X-rays: VGG, InceptionV3, ResNet50, Xception

xcep resn incep vgg

Confusion Matrix for Chest X-rays: VGG, InceptionV3, ResNet50, Xception

cnf4 cnf3 cnf2 cnf1

Classification Reports for CT Scans: VGG, InceptionV3, ResNet50, Xception

ct4 ct3 ct2 ct1

Confusion Matrix for CT Scans: VGG, InceptionV3, ResNet50, Xception

ctcon4 ctcon3 ctcon2 ctcon1

Sample outputs and confusion matrices are available in the /results folder.

🚀 Tech Stack

  • Python
  • TensorFlow / Keras
  • Matplotlib, scikit-learn

🏁 How to Clone

git clone https://github.com/eliashossain001/SARS-CoV-2Detection.git
cd covid19-diagnosis-dl

About

Developing and comparing deep learning models for identifying Covid-19 diseases on CT and X-ray images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published