Git Product home page Git Product logo

final-year-projrct's Introduction

final-year-projrct

AUTOMATED TYPE CLASSIFICATION OF DIABETIC RETINOPATHY AND GLAUCOMA DETECTION USING DEEP LEARNING

We developd a network with Convolutional Neural Network(CNN) architecture and data augmentation which can identify the intricate features involved in the classification task such as micro aneurysms, exudate and haemorrhages on the retina. We train this network using a high-end graphics processor unit (GPU). An open source Kaggle dataset is used as an input for DR and RIGA dataset is used as an input for Glaucoma. Total number of 25000 images are used for diabetic retinopathy and the testing accuracy for DR is 86%. Total number of 2664 images are used in glaucoma and the testing accuracy for glaucoma is 94%.

The architecture consists of

  • Data Pre-processing
  • Data Augmentation
  • Model trained using CNN
  • Class Prediction

###Datasets

##Diabetic Retinopathy

The dataset for diabetic retinopathy contains 5 classes. Each class contains 5000 images. A total number of 25000 images are used for training the model.

  • class 0 for Normal
  • class 1 for Aneurysm(Mild)
  • class 2 for Hemorrhage(Moderate)
  • class 3 for Hard exudate(Severe)
  • class 4 for Proliferative Diabetic Retinopathy(Very Severe)

The Dataset for Glaucoma contains 2 classes. A total number of 2664 images are used for glaucoma.

  • class 0 for Non Glaucoma ( 1488 images )
  • class 1 for Glaucoma ( 1176 images )

Data Pre-processing : Conversion of RGB images to Grayscale images. Conversion to grayscale images are done to improvement in testing accuracy.

Data Augmentation : Rotation, Zooming, Shearing, Horizontal and Vertical Flip are done on images of all classes. Data augmentation is done for balancing the classes with equal number of images .

Training the model by using CNN layers. We have used 3 convolutoinal & max pooling layer, A dropout, Dense and a Fully Connected Layer.

The program runs in Google Colab.

  1. Upload the source file and the datasets to the Google Drive.
  2. Open the project.ipynb file using Google Colab web app.
  3. Run all the cells in the given order.

Output for Diabetic Retinopathy wil be displayed in a .csv file (DRresults.csv) Glaucoma is a binary classification. Output will be either glaucoma or Not glaucoma. .

final-year-projrct's People

Contributors

vijaisai avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.