Skip to content

Shreyas1308/COVID19-predictor-using-chestxray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

COVID19-predictor-using-chest x-ray

A project that is used to predict whether a patient is corona positive or not. It uses CNN(Convolutional Neural Network) for the processing of the chest x-ray image. The reason for choosing this method is because it is more cheap, economical, and accurate as compared to other methods.

Links for chest x-ray Database

How to use the database

First thing first download the database and store it in the folder where the database preparation pynotebook is stored. Then in the dataset creation file add the image path in the image variable and csv file in the file variable.
Similarly store the file in the respective variable and use that to acess the database.
After making a saperate list of covid positive and negative patients you can further segregate both dataset to train and validation set and use it in the COVID19 DETECTOR file. But here in this file I've used an already prepared train and validation set.

IMPORTANT NOTE

I've just made and trained a neural network. You can use this and save it in different format to deploy it in different and do the modification of your own to make it even better.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors