/Pneumonia-Detection-CNN

A python GUI application that uses a Convolutional Neural Network built in Tensorflow and Keras to classify chest x-rays into NORMAL or PNEUMONIC. The model has been trained on the dataset obtained from Kaggle and produces a good recall score of 94% on the test set.

Primary LanguageJupyter Notebook

Pneumonia-Detection-CNN

A python application that uses a Convolutional Neural Network built in Tensorflow and Keras to classify chest x-rays into NORMAL or PNEUMONIC. The model has been trained on the dataset obtained from Kaggle and produces a decent accuracy of 91% and a recall score of 94% on the test set. Libraries used - numpy, pandas, matplotlib, seaborn, tensorflow, sklearn and cv2.