Pneumonia Detection From Chest X-Ray Images Using CNN
Pneumonia Detection From Chest X-ray Images using CNN is a web application built on Python, Django, and Resnet-50 model (Keras Implementation). Convolution Neural Network Resnet-50 is 50 layers deep neural network trained on the Imagenet dataset. Pretrained model can classify images into 1000 objects. So, we used transfer learning to custom train on Chest X-ray …
Pneumonia Detection From Chest X-Ray Images Using CNN Read More »