It detects the X-Rays and can tell if the X-ray is of Normal Person Or Covid-19 Efected Person.
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
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.
Now head towards main.py file after image files in the directories and run the file.