You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project involves building a Glaucoma Detection AI-ML model using a Convolutional Neural Network (CNN) to classify retinal images as either "Glaucoma Affected" or "Normal." The model is trained using ImageDataGenerator for data augmentation, with binary cross-entropy loss, Adam optimizer, and is saved in `.keras` format.
This project uses deep learning algorithms and the Keras library to determine if a person has certain diseases or not from their chest x-rays and other scans. The trained model is displayed using Streamlit, which enables the user to upload an image and receive instant feedback.
Standardized Multi-Channel Dataset for Glaucoma (SMDG-19) is a collection and standardization of 19 public full-fundus glaucoma images and associated metadata.
In this paper, we developed a machine learning model ensemble approach consisting of a support vector machine (SVM), random forest (RF), Multilayer Perceptron (MLP), and Majority-VotingEnsemble classifiers.
Evaluation of a simple CNN model for glaucoma detection trained on a single public dataset against complex architectures trained on multiple public/private datasets