Training a neural network model to detect Pneumonia from chest X-rays Note: This tool was solely developped for exploring the usability of deep learning in identifying Pneumonia from chest x-ray scans. This CANNOT be used for medical purposes in any way!
Download the chest x-ray dataset and put it in the project folder
https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia/
run train_normal_pneumonia.ipynb
run train_normal_viral_bacterial.ipynb
run test_image.py, then choose your saved model and an image
pip install opencv-python
pip install --upgrade tensorflow
pip install pyh5
pip install matplotlib
pip install numpy
sudo apt-get install python3-tk