https://github.com/akshitadixit/retinopathy
This is a Categorical Detection and Prediction Task based on subset of a Kaggle dataset from Eye Images (Aravind Eye hospital) - APTOS 2019 Challenge. The goal is to predict the Blindness Stage (0-4) class from the Eye retina Image using Deep Learning Models (transfer learning via resnet50). This Automated System would speed up Blindness detection on Patients. Work in progress.
https://github.com/akshitadixit/retinopathy
deep-learning diabetic-retinopathy diabetic-retinopathy-detection dr resnet resnet-50 retina-images retinopathy
Last synced: 15 days ago
JSON representation
This is a Categorical Detection and Prediction Task based on subset of a Kaggle dataset from Eye Images (Aravind Eye hospital) - APTOS 2019 Challenge. The goal is to predict the Blindness Stage (0-4) class from the Eye retina Image using Deep Learning Models (transfer learning via resnet50). This Automated System would speed up Blindness detection on Patients. Work in progress.
- Host: GitHub
- URL: https://github.com/akshitadixit/retinopathy
- Owner: akshitadixit
- Created: 2021-03-12T03:59:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T06:56:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T10:42:39.486Z (about 2 months ago)
- Topics: deep-learning, diabetic-retinopathy, diabetic-retinopathy-detection, dr, resnet, resnet-50, retina-images, retinopathy
- Language: Jupyter Notebook
- Homepage: https://www.kaggle.com/c/aptos2019-blindness-detection/
- Size: 7.04 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diabetic Retinopathy Detection
We first try to understand the problem we will be dealing with. The below image (credit: https://www.eyeops.com/) tells us the 5 very common symptoms of DR(diabetic retinopathy).

The Kaggle competition that introduced the dataset wrote:
You are provided with a large set of retina images taken using fundus photography under a variety of imaging conditions. A clinician has rated each image for the severity of diabetic retinopathy on a scale of 0 to 4:
0 - No DR
1 - Mild
2 - Moderate
3 - Severe
4 - Proliferative DR
Like any real-world data set, you will encounter noise in both the images and labels. Images may contain artifacts, be out of focus, underexposed, or overexposed. The images were gathered from multiple clinics using a variety of cameras over an extended period of time, which will introduce further variation.
## Original Dataset samples:
## Dataset after pre-processing:
