Skip to content

Detecting COVID-19 in X-ray images with Convolutional Neural Networks

Notifications You must be signed in to change notification settings

hakimnasaoui/COVID19-Detection-From-Chest-Xray-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Covid-19-Detection-From-Chest-Xray-Images

Dataset

Kaggle Dataset Link : https://www.kaggle.com/nabeelsajid917/covid-19-x-ray-10000-images

Model

  • Simple Convolutional Neural Network model.
  • Trained the whole network for 15 epochs
  • Batch size set to 8
  • Optimizer : RMSPROP
  • Data Augmentation : The goal is to get rid of the class imbalance issues. Oversampling with data augmentation

Accuracy

Accuracy

Loss

Loss

Through this model is almost 95% accurate but still there is a lot of work need to be done as the dataset lack of other useful information like geo-location, travel history etc to detect COVID-19. Using only X Rays images is not enough.

About

Detecting COVID-19 in X-ray images with Convolutional Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published