Skip to content

Aduomas/PP7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PP7: COVID-19 X-Ray Image Classification

This repository contains the implementation of a deep learning model for classifying X-ray images of COVID-19 diagnosed people using the MobileNetV2 model and Keras. The model achieves an accuracy of over 93%.

Dataset

The dataset used for this project can be found on Kaggle: COVID-19 Radiography Database

Installation

First, install the required packages:

!pip install -q kaggle

Usage

  1. Upload the kaggle.json file containing your Kaggle API key to Google Colab.
  2. Run the code blocks in the provided Jupyter Notebook to download and preprocess the dataset.
  3. Train the MobileNetV2 model on the preprocessed dataset.
  4. Save the trained model and visualize the training and validation loss and accuracy.
  5. Perform predictions using the trained model.

Results

The model achieves an accuracy of over 93% on the test dataset

About

Image Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published