This is a multiclass classification of different retinal disease like-
- Choroidal neovascularization (CNV)
- Diabetic macular edema (DME)
- Drusen
- Normal Condition.
Using advanced image processing and deep learning algorithms the results of the classification are-
-
Training Accuracy = 99.91 %
-
Validation Accuracy = 95.92 %
-
Test Accuracy = 96.52 %
-
Sensitivity = 99.13 %
-
Specificity = 97.95 %
Read the paper at https://ieeexplore.ieee.org/document/9276708
git clone https://github.com/sudo-rajarshi/Retinal-Disease-Classification-using-Optical-Coherence-Topographical-Scans.git
cd Retinal-Disease-Classification-using-Optical-Coherence-Topographical-Scans
pip3 install -r requirements.txt
- Open
jupyter notebook
and enjoy!