Most people infected with the COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment. Older people, and those with underlying medical problems like cardiovascular disease, diabetes, chronic respiratory disease, and cancer are more likely to develop serious illness.
The best way to prevent and slow down transmission is be well informed about the COVID-19 virus, the disease it causes and how it spreads. Protect yourself and others from infection by washing your hands or using an alcohol based rub frequently and not touching your face.
├── Coronavirus_Detection_using_Chest_X_ray.ipynb
├── LICENSE
├── README.md
└── screenshots
├── acc.png
├── accuracy.png
├── classification_report.png
├── demo.png
├── loss.png
├── specs.png
└── test_predict_plots.png
pip3 install -r requirements.txt
git clone https://github.com/kanishksh4rma/Coronavirus_Detection_using_Chest_X_ray.git
* pandas
* numpy
* matplotlib
* keras
* sklearn
- VGG16 (Transfer Learning in Deep Learning)
* Plot some X-rays for analysis purpose.
* Resize the X-rays.
* Arrays for images and labels was created. And LabelBinarizer used on labels.
* Data Augementation used (with rotation range 15).
* VGG16 model used as base model.
* Head model created which consists of- AveragePooling2D, Flatten and two Dense layers.
* Compile and fit the model, epochs set to 10.
* Predict the test data and plot it.
* Metrices tests - F1 score, precision, recall, sensitivity, specificity.
* Plot lossval and accval graph.
Developed by: Kanishk Sharma