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
Glaucoma detection automation project. Trained a binary image classifier using CNNs and deployed as a streamlit web app. It takes eye (retinal scan) image as input and outputs whether the person is affected by glaucoma or not.
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.