Skip to content

Hassan-Sarwat/Malaria_Diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Nanodegree Capstone Project

Used transfer learning to train a model to diagnose malaria using images of cells, models used were inception v3, inception resnet and vgg19

Steps to acquire data

Proposal review Link: https://review.udacity.com/#!/reviews/1894505

Libraries used

  • numpy
  • cv2
  • PIL
  • Keras (needed to install weights)
  • Sklearn
  • tqdm
  • Matplotlib

Steps

1st of all, run practice, this will convert the images into a numpy array. This was mostly done because I couldnt read images and then train model in the same run due to lack of computing power

Then run either VGG19, IncResV2 or IncV3 depending on which model you want to observe

I've also included a file called Trial log, it has the parameters and the result of every model I tried

About

Malaria Diagnosis using transfer learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published