Skip to content

adelzaitri/classification-of-covid19-using-chest-xray-images-in-keras

Repository files navigation

Classification of COVID19 Chest X-ray Images using Convolutional Neural Network

Goals:

  • Predict whether a Chest X-ray is a COVID-19 diagnosis or not
  • Build and Train the Convolutional Neural Network using Keras with Tensorflow as Backend
  • Visualize Data in Matplotlib
  • Make use of the Trained Model to Predict on a New Set of Data

Project Steps:

  1. Introduction & Import Libraries
  2. Clone and Explore Dataset
  3. Data Visualization
  4. Data preprocessing and Augmentation
  5. Build a Convolutional Neural Network (CNN)
  6. Compile and Train the Model
  7. Performance Evaluation
  8. Prediction on New Data

Data Sample:

Data Sample

Convolutional Neural Network Model Details:

CNN Model

Model Evaluation:

  • Accuracy on test data: 0.9752
  • Accuracy during the training and validation:

accuracy of training and validation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published