The objective of this project is to develop an automated eye disease classification system using deep learning models, specifically LightEyeNetTransformer and SANO-Net. The system aims to accurately classify eye diseases from fundus images, such as diabetic retinopathy and glaucoma, with high precision. It also focuses on model interpretability, and user-friendly integration for clinical use.
Eye diseases lead to vision impairment if not detected early. Fundus imaging provides a non-invasive method for diagnosis, but manual interpretation requires specialized expertise and is time-consuming. This project presents an automated classification pipeline using public fundus images across four disease categories. Two novel hybrid models are proposed. LightEyeNetTransformer integrates a Swin Transformer backbone for global contextual processing, Atrous Spatial Pyramid Pooling for multi-scale lesion extraction, and Efficient Channel Attention for channel-wise feature refinement. SANO-Net is a Transformer-based architecture employing cross-scale gating and dynamic feature fusion to capture lesions of varying dimensions. Class imbalance is addressed through stratified train-validation-test splits and class-weighted loss functions. For interpretability, Grad-CAM++ generates visual heatmaps highlighting regions that influence model decisions. A web-based interface built with HTML, CSS, JavaScript, Python, and Flask includes modules for home, about, registration, login, prediction, and logout. The system provides classification outputs alongside explainability maps.
Keywords: Eye disease classification, fundus images, Swin Transformer, ASPP, ECA attention, SANO-Net, cross-scale gating, dynamic feature fusion, Grad-CAM++, explainable AI.
NOTE: Without the concern of our team, please don't submit to the college. This Abstract varies based on student requirements.

Processor - I3/Intel Processor
Hard Disk - 160GB
Key Board - Standard Windows Keyboard
Mouse - Two or Three Button Mouse
Monitor - SVGA
RAM - 8GB
Operating System : Windows 7/8/10
Programming Language : Python
Libraries : Pandas, Numpy, scikit-learn.
IDE/Workbench : Visual Studio Code.
Framework : Flask