Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 396 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 396 Bytes

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.