Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 1.24 KB

File metadata and controls

31 lines (14 loc) · 1.24 KB

Feature Extraction of Diabetic Retinopathy Using Fundus Images

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.

Prerequisites

  1. Python 2.7

  2. Python Editor (any of your choice)

Dataset

Kaggle provides a very hefty and diverse dataset that contains round about 30,000 images. You can download it from here.

Project Structure

  • 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

Author

Abdul Rasheed