Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.
To build this application at first we need to create neural network model that can predict Pneumonia.
To create neural network model:
Requirments:
Python 3.5–3.8
pip 19.0 or later (requires manylinux2010 support)
Ubuntu 16.04 or later (64-bit)
macOS 10.12.6 (Sierra) or later (64-bit) (no GPU support)
Windows 7 or later (64-bit)
Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
GPU support requires a CUDA®-enabled card
PROCEDURE:
Install tensorflow using "pip install tensorflow".
Install Keras using "pip install keras".
We can get training images and testing images from kaggle pneumonia dataset.
We need to create neural network architecture (or We can implement predefined architecture ).
After creating neural network next step is to train the model using mnist dataset.
Store the weights in '.h5' format.
Submitted by Kollu saisumanth (19UJ1A1222)
Download packets of source code on Coders Packet
Comments