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
319 stars 288 forks source link

[Project Addition] Tomato-Leaf Classification using DL #695

Closed Arihant-Bhandari closed 1 month ago

Arihant-Bhandari commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : #691 [Project Addition] Tomato-Leaf Classification using DL

Closes: #691 [Project Addition] Tomato-Leaf Classification using DL

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

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

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Models Accuracy Loss
ResNet-50 10.00% 14.5063
InceptionV3 84.30% 0.5310
CNN 98.00% 0.0657
VGG16 92.70% 0.2489
EfficientNetB7 10.00% 2.3026
DenseNet-121 93.60% 0.1880
Xception 88.90% 0.3858

Checklist: ☑️

github-actions[bot] commented 1 month ago

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

Arihant-Bhandari commented 1 month ago

hi @abhisheks008 my work on this is complete, please review this PR, if there are any additions or errors to be fixed, i will be glad to do them, thank you for your time and patience.