Skip to content

An attempt at building a classifier which can detect the presence of COVID-19 from 2-D slices of Computerized Tomography (CT) scans. This project was implemented using the PyTorch framework.

Notifications You must be signed in to change notification settings

karthik-r-rao/COVID-19-diagnosis-chestCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19-diagnosis-chestCT

An attempt at building a classifier which can detect the presence of COVID-19 from 2-D slices of Computerized Tomography (CT) scans. This project was fully implemented using the PyTorch framework.

The dataset was obtained from this repo. There is a suggested split in the same repo. This folder has the dataset which was obtained after following the suggested data-split procedures. (Read the COVID-CT-MetaInfo.xlsx file for dealing with the raw data)

The models were built looking at architectures like VGG-16 and ResNet. I experimented with the architectures and how it impacts performance. Introducing feedforward connections generally helps improve the performance of your model. That was one of the highlights of the ResNet paper. Here are the links to the papers-

For visualizing a model's performance, a technique called GradCAM can be used. This can answer the 'why' behind the model's decision. GradCAM was implemented from scratch, as PyTorch doesn't seem to have an already existing function. Here is the paper on GradCAM.

About

An attempt at building a classifier which can detect the presence of COVID-19 from 2-D slices of Computerized Tomography (CT) scans. This project was implemented using the PyTorch framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published