abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
317 stars 288 forks source link

[Project Addition] Cataract Detection using DL #749

Closed Arihant-Bhandari closed 3 weeks ago

Arihant-Bhandari commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #744 Cataract Detection using DL

Closes: #744 Cataract Detection using DL

Describe the add-ons or changes you've made 📃

Wrote code for preprocessing and loading images from Dataset, created models including custom CNN as well as pre-trained models, like ResNet-50, VGG16, MobileNet and so on.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Models Accuracy Loss
ResNet-50 48.78% 8.1656
InceptionV3 98.37% 0.0386
CNN 94.31% 0.4778
VGG16 100.00% 0.0249
MobileNet 100.00% 0.0030
DenseNet-121 100.00% 0.0100
Xception 100.00% 0.0036

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)

Arihant-Bhandari commented 3 weeks ago

hi @abhisheks008 this is my work on Cataract Detection, pls review this, if any additions or changes are to be made, will gladly do them over.

thank you for your time and patience.