https://github.com/sayamalt/pneumonia-detection
Successfully developed a deep learning model which can accurately detect the presence of Pneumonia disease based on images of the lungs of a patient.
https://github.com/sayamalt/pneumonia-detection
computer-vision convolutional-neural-networks deep-learning image-classification image-preprocessing supervised-deep-learning
Last synced: 7 months ago
JSON representation
Successfully developed a deep learning model which can accurately detect the presence of Pneumonia disease based on images of the lungs of a patient.
- Host: GitHub
- URL: https://github.com/sayamalt/pneumonia-detection
- Owner: SayamAlt
- Created: 2022-08-18T15:38:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T12:31:19.000Z (over 3 years ago)
- Last Synced: 2024-12-28T08:09:53.600Z (over 1 year ago)
- Topics: computer-vision, convolutional-neural-networks, deep-learning, image-classification, image-preprocessing, supervised-deep-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pneumonia-Detection
## What is Pneumonia?
Pneumonia is an inflammatory condition of the lung affecting primarily the small air sacs known as alveoli.Symptoms typically include some combination of productive or dry cough, chest pain, fever and difficulty breathing. The severity of the condition is variable. Pneumonia is usually caused by infection with viruses or bacteria and less commonly by other microorganisms, certain medications or conditions such as autoimmune diseases.Risk factors include cystic fibrosis, chronic obstructive pulmonary disease (COPD), asthma, diabetes, heart failure, a history of smoking, a poor ability to cough such as following a stroke and a weak immune system. Diagnosis is often based on symptoms and physical examination. Chest X-ray, blood tests, and culture of the sputum may help confirm the diagnosis.The disease may be classified by where it was acquired, such as community- or hospital-acquired or healthcare-associated pneumonia.


## Dataset Used
Link: https://www.kaggle.com/datasets/mrinath/pneumonia
## Content
The dataset consists of 3 subdirectories, namely train, val and test with each of them containing chest X-Ray images of two classes of interest i.e. Normal and Pneumonia.
The train set has about 4877 images, with 3707 images of Pneumonia and 1176 images of Normal Chest X-Ray Image.
The val set has around 349 image files, with Normal constituting about 173 files and Pneumonia composed of 176 images.
The test set consists of 624 images, with 234 Normal images and 390 Pneumonia images.
## Python Libraries Used
- Keras
- Tensorflow
- Seaborn
- Matplotlib