Skip to content

A Deep Learning Model based on CNN (Convolution Neural Networks) that is capable of detecting a record is tested positive for "Covid-19" or prone to "Pneumonia" or not.

License

Notifications You must be signed in to change notification settings

iyashk/Covid-19-and-Pneumonia-Detection-Using-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNN for Covid-19 and Pneumonia detection

Chest X-rays helps us to find out the affected areas in the lungs. Using chest X-ray pictures, the project aimed to construct a convolutional neural network (CNN) model that will aid in the early detection of COVID-19 and non-COVID-19 viral pneumonia patients during the pandemic’s challenging time. As described, two convolutional neural network (CNN) models were trained and implemented on two distinct datasets; one for "Covid -19" detection and the other one for "Pneumonia"

Covid - 19

This model works

Dataset - Covid 19:


The dataset is sourced from "COVID 19 Xray Image Dataset with Huge Samples" from Kaggle - a known platform for having good variety of datasets for machine learning models. This dataset is a medical dataset of X-Ray Report of various patients. It consists of nearly xray images of nearly 2328 patients' records.

Pneumonia

kjdsa;ljf

Dataset - Pneumonia

The dataset is taken from "Chest X-Ray Images (Pneumonia)" from Kaggle. The dataset is organized into 3 folders (train, test, val) and contains subfolders for each image category (Pneumonia/Normal). There are 5,863 X-Ray images (JPEG) and 2 categories (Pneumonia/Normal).

About

A Deep Learning Model based on CNN (Convolution Neural Networks) that is capable of detecting a record is tested positive for "Covid-19" or prone to "Pneumonia" or not.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%