Diabetic Retinopathy is a very common eye disease in people having diabetes. This disease can lead to blindness if not taken care of in early stages. This project is a part of the whole process of identifying Diabetic Retinopathy in its early stages. In this project, we will extract basic features which can help us in identifying Diabetic Retinopathy in its early stages. There are many clinical features of Diabetic Retinopathy but in this project, we focused on retinal blood vessels and exudates.
-
Python Editor (any of your choice)
Kaggle provides a very hefty and diverse dataset that contains round about 30,000 images. You can download it from here.
-
Blood Vessels.py: Contains code for blood vessels extraction from fundus images
-
Exudates.py: Contains code for Exudates extraction from Fundus images
-
MainWindow.py: Main GUI component
-
WindowFrame.py: GUI container for child controls