This is a project for creating a webb app that can classify retina images if it has diabetic retinopathy or not. This was developed as a part of a 24 hour hackathon, Hacktory.
With the above requirements,
Alternatively, you can use our pretrained model by loading the model.hd5.
The training converged to an accuracy of about 80%. With the validation scores for a small test set generated as,
The training data was generated as,
Since we used the subset of our dataset(scaled down to 64*64) for faster training, we had some limitations in getting higher accuracy. Also using advanced architectures like the inception v3 will boost up our accuracy and help predicting with minimised True negatives.