This case study is based on a Kaggle dataset - https://www.kaggle.com/c/aptos2019-blindness-detection/
Here is the arXiv.org Research paper that was attempted to Implement - https://arxiv.org/pdf/2003.02261.pdf
Contents of the Code Files are given below :-
- Exploratory Data Analysis.ipynb : All Data Analysis & Insights on Images and classes
- Processing.ipynb : Image Resizing, preprocessing, data splitting [Image processing, Train/validation data]
- Resnet50 Colab Implementation.ipynb : Transfer Learning using ResNet50 [Complete Model and Evaluation]
- research_paper_implementation.ipynb : arXiv.org Research Paper Implementation