https://github.com/odegnome/predict_pneumonia
A ML model for predicting Pneumonia from the Chest X-ray images.
https://github.com/odegnome/predict_pneumonia
Last synced: 9 months ago
JSON representation
A ML model for predicting Pneumonia from the Chest X-ray images.
- Host: GitHub
- URL: https://github.com/odegnome/predict_pneumonia
- Owner: odegnome
- Created: 2020-07-15T09:44:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T10:17:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T04:42:40.422Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predict Pneumonia
A ML model for Predicting Pneumonia from Chest Xray images available on [kaggle.com](https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia)
Features of this project:
* Learn to read image data into array.
* Build a CNN model to classify images as **Normal** or **Pneumonic**.
* Use Keras for various aspects of model building.