An open API service indexing awesome lists of open source software.

https://github.com/yukta026/eye_disease_prediction

Detection and Classification of Eye Diseases: Diabetic Retinopathy, Cataract, and Glaucoma Using CNN
https://github.com/yukta026/eye_disease_prediction

classification-model cnn-classification cnn-keras cnn-tensorflow data-augmentation machine-learning prediction-model python3

Last synced: 4 months ago
JSON representation

Detection and Classification of Eye Diseases: Diabetic Retinopathy, Cataract, and Glaucoma Using CNN

Awesome Lists containing this project

README

        

# Eye Disease Detection Using CNN

## Project Overview
This project aims to **identify and classify eye diseases** from provided eye images, focusing on conditions such as **diabetic retinopathy, cataract, and glaucoma**.
By leveraging deep learning techniques, the project utilizes **Convolutional Neural Networks (CNNs)** to detect these diseases with high accuracy.

## Key Features
- **Deep Learning Framework**: Built using **TensorFlow** and **Keras** libraries.
- **Image Processing**: Eye images are preprocessed, including resizing, rescaling, and data augmentation, to improve model performance.
- **CNN Model**: A robust CNN architecture has been trained to classify eye diseases.
- **Confidence Scores**: For each prediction, the model provides a confidence score, indicating the certainty of its classification.

## Model Highlights
- **Dataset**: The model is trained and validated using a dataset containing labeled images of different eye conditions.
- **Training Strategy**: The data is split into training (80%), validation (10%), and testing (10%) sets to ensure effective model learning and evaluation.
- **Real-time Prediction**: The trained model can be used to make predictions on new, unseen images, outputting both the predicted disease and the confidence level of that prediction.

## Applications
This project has significant implications for early detection of eye diseases, aiding in timely diagnosis and treatment, especially in areas where medical resources are limited.

## Demonstration -
Screenshot 2024-09-08 at 5 22 10 PM

## References -
1) https://www.kaggle.com/datasets/gunavenkatdoddi/eye-diseases-classification
2) https://www.youtube.com/watch?v=dGtDTjYs3xc&list=PLeo1K3hjS3ut49PskOfLnE6WUoOp_2lsD