This is a multiclass classification of different disease related to Chest X-Ray like-
- Severe Acute Respiratiory Syndrome Corona Virus 2 (SARS-CoV-2) or COVID-19
- Pneumonia
- Normal Condition.
Using advanced image processing and deep learning algorithms the results of the classification are-
-
Training Accuracy = 99.5 (±0.001) %
-
Validation Accuracy = 97.6 (±0.011)%
-
Test Accuracy = 99.1%
-
Sensitivity = 98.8 %
-
Specificity = 99.4%
Read the paper at https://ieeexplore.ieee.org/document/9332210
git clone https://github.com/sudo-rajarshi/Covid-Detection-from-CXR-Scans-using-Deep-Multi-layered-CNN.git
cd Covid-Detection-from-CXR-Scans-using-Deep-Multi-layered-CNN
pip3 install -r requirements.txt
- Open
jupyter notebook
and enjoy!