Skip to content

deep learning model to detect COVID-19 from chest X-ray images using transfer learning in PyTorch

Notifications You must be signed in to change notification settings

LeoPits/Detect-Covid-19-from-Chest-X-Ray-image-with-Transfer-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Detect-Covid-19-from-Chest-X-Ray-image-with-Transfer-learning

Introduction

This repository contains the implementation of a deep learning model to detect COVID-19 from chest X-ray images using transfer learning in PyTorch.

Dataset

The model will be trained using datasets from two sources

Model Overview

We use a pre-trained MobileNet V2 model and fine-tune it on a dataset of chest X-ray images to classify them as COVID-19 positive or negative.

Requirements

  • Python 3.6+
  • PyTorch
  • torchvision
  • matplotlib
  • numpy

About

deep learning model to detect COVID-19 from chest X-ray images using transfer learning in PyTorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published