An open API service indexing awesome lists of open source software.

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.

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.