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
345 stars 295 forks source link

[Project Addition] Plant Pathogen Detection using DL #779

Closed Arihant-Bhandari closed 3 months ago

Arihant-Bhandari commented 3 months ago

Pull Request for DL-Simplified πŸ’‘

Issue Title : #768 Plant Pathogen Detection using DL

Closes: #768 Plant Pathogen Detection using DL

Describe the add-ons or changes you've made πŸ“ƒ

Wrote code for preprocessing and loading images from dataset, turned labels into probability distributions, created models including custom CNN as well as pre-trained models, like NASNetMobile, VGG16 and so on.

Type of change β˜‘οΈ

What sort of change have you made:

How Has This Been Tested? βš™οΈ

Models Accuracy Loss
NASNetMobile 94.67% 0.1586
InceptionV3 93.47% 0.2511
CNN 91.20% 0.2696
VGG16 97.20% 0.1099
MobileNet 97.33% 0.0917
DenseNet-121 97.73% 0.0754
Xception 95.20% 0.1823

Checklist: β˜‘οΈ

github-actions[bot] commented 3 months ago

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

Arihant-Bhandari commented 3 months ago

hi @abhisheks008 pls review this PR, if any changes will gladly do them over, thank you as always