Skip to content

Deep Learning project using Tensorflow 2.0 and pre-trained CNN architectures such as Resnet50, InceptionV3

Notifications You must be signed in to change notification settings

edohgoka/Pneumonia_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pneumonia_Detection

In this project, I create a model capable of classifying a chest x-ray as pneumonia or normal. Pneumonia is an infectious disease that inflames the air sacs of one or both lungs. It can be life-threatening for anyone who has it. In order to help physicians in their decision making, we are carrying out this project.

Several steps were followed throughout this project:

  • Dataset creation (training, validation and test datasets).
  • Data processing and data augmentation when necessary (the latter only for the training and validation datasets).
  • Creation and training of convolutional neural networks using Tensorflow 2.0 (InceptionV3, ResNet50).

A comparison is performed at the end to choose the best model.

Releases

No releases published

Packages

No packages published