Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.08 KB

Glaucoma-Detection

glaucoma_image

Glaucoma is a chronic and irreversible eye disease, which leads to deterioration in vision and quality of life. In this paper, we develop a Deep Learning (DL) with convolutional neural network and implement it using a Raspberry Pi module for automated glaucoma diagnosis. Deep learning systems, such as convolutional neural networks (CNNs), can infer a hierarchical representation of images to discriminate between glaucoma and non-glaucoma patterns for diagnostic decisions. The model is trained with the ROI of RIGA, DRISHTI-GS1 dataset. The Network architecture used gives great accuracy. A graphical user interface is used to diagnose the condition of test images and give a graphical analysis of the patients. The entire program is run on a Raspberry Pi 3B with a 5” LCD touch screen as a stand-alone device with the power input.

Packages Required:

  1. Keras
  2. Tensorflow
  3. Numpy
  4. Pandas
  5. Matplotlib
  6. OpenCV
  7. h5py
  8. imgaug