/Covid-19-Detection-using-X-rays-with-ML

It detects the X-Rays and can tell if the X-ray is of Normal Person Or Covid-19 Efected Person.

MIT LicenseMIT

Covid-19 X-ray Detection Using ML

It detects the X-Rays and can tell if the X-ray is of Normal Person Or Covid-19 Efected Person.

Installation

After Clone this Project and then Install The required Modules to run.

 clone <this repo link>

Noe after that install the required Packages.

 pip install tensorflow keras matplotlib sklearn opencv-python

Data-Set

Collect the Covid Effected and Normal person X-rays, and put them in the directories.

 Covid Detection\chest_xray\train\<NORMAL>

and

 Covid Detection\chest_xray\train\<COVID>

Also put in Test Directory.

Model Training

Now head towards main.py file after image files in the directories and run the file.

Demo

image