priyavrat-misra / detect-covid19-from-xrays

Diagnosing Pneumonia or COVID-19 from Chest X-Rays using CNNs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(deprecated) Diagnosing COVID-19 and Viral Pneumonia from Chest X-Rays

🛑 Note: An updated and better version of this repository can be found here. It follows a better approach with an updated dataset. I'd recommend it over this one. 🛑

cover

This project uses the COVID-19 Radiography Database for training. It consists of chest X-ray images for COVID-19 positive cases along with Normal and Viral Pneumonia images. There are 219 COVID-19 positive images, 1341 normal images and 1345 viral pneumonia images.


Steps:

Results:

Train Accuracy Test Accuracy
fine-tuning (ResNet-18) 99.32% 96.67%

About

Diagnosing Pneumonia or COVID-19 from Chest X-Rays using CNNs.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%