Skip to content

This is an example of medical image classification (binary classification) using Keras. Note that, the model is not fully optimized in this program, and hence it can be further optimized and the accuracy of the model can be enhanced further.

Notifications You must be signed in to change notification settings

SadmanSakib93/Medical_Image_Classification_Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Medical Image Classification Keras (Binary classification)

  • Download the dataset: https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia
  • Store the downloaded dataset in a folder named "DS2" (or you can name whatever you want it, in that case change root folder inside the program accordingly)
  • Inside the DS2 folder, put the train dataset into a folder named "train", put the validation data into a folder named "validation", and the test data inside a folder named "test".
  • In this dataset, we have two classes: Normal, and Pneumonia
  • The structure of your dataset folder (i.e., DS2) should be as follows:

#DS2

- train

    -NORMAL
    
    -PNEUMONIA
    
- validation

     -NORMAL
     
     -PNEUMONIA
     
- test

     -NORMAL
     
     -PNEUMONIA
  • Now run the program.

About

This is an example of medical image classification (binary classification) using Keras. Note that, the model is not fully optimized in this program, and hence it can be further optimized and the accuracy of the model can be enhanced further.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages