Skip to content

gcjordi/intelligendiab_webapp_jgc

Repository files navigation

Diabetic-Retinopathy-Analyzer

Live Web App: http://intelligendiab.ehealthai.eu/

For best results please use the Chrome browser to access the app.
In other browsers the app may freeze.

This is a prototype for an online tool that can detect Diabetic Retinopathy on a fundus photo.

Diabetic Retinopathy (DR) is the fastest growing cause of preventable blindness. All people with diabetes are at risk. They need to be screened once a year. In many parts of the world there's a shortage of eye doctors. As a result, in India about 45% of people suffer some form of vision loss before the disease is detected. This app can help detect diabetic retinopathy early and hopefully help doctors prevent blindness.

The process used to build and train the model is described in Kaggle kernel of vbookshelf

The dataset used to train the model is part of the APTOS 2019 Blindness Detection Kaggle competition. The original dataset has 5 classes. I changed them to two and treated this as a binary classification problem.
https://www.kaggle.com/c/aptos2019-blindness-detection

All javascript, html and css files used to create the web app are available in this repo (primary source: vbookshelf).