Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhuvan588/eye-disease-detection

Detecting eye diseases using AlexNet architecture
https://github.com/bhuvan588/eye-disease-detection

alexnet-tensorflow cnn-keras deep-learning disease-detection neural-network python

Last synced: 29 days ago
JSON representation

Detecting eye diseases using AlexNet architecture

Awesome Lists containing this project

README

        

# Eye-Disease-Detection

![image](https://github.com/user-attachments/assets/801cdc51-aba8-40df-80b3-51e2a572e5d7)

The above code demonstrates Eye disease detection using the AlexNet architecture. 5 classes of Eye Diseases included, Bulging Eyes, Cataract,Crossed Eyes ,Glaucoma and Uveitis

As seen above, AlexNet has 5 Convolutional Layers followed by 2 Fully Connected Layers. To minimize overfitting , Dropout and BatchNormalization layers are also used in between the layers.


# NOTE:
This was just a code exercise, model may not be fully accurate