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] : Pharmaceutical Drugs and Vitamins Images Detection #746

Closed aaradhyasinghgaur closed 3 weeks ago

aaradhyasinghgaur commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : Pharmaceutical Drugs and Vitamins Images Detection

Closes: #721

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

  1. Utilizing 5 models such as DenseNet121 , Xception, VGG16, ResNet50, and InceptionV3 for image classification.
  2. Applying data augmentation (rotation, zooming, flipping, shearing, brightness) to enhance dataset robustness.
  3. Comparing model performance using accuracy scores, loss/accuracy graphs, and confusion matrices.
  4. Conducting EDA for dataset insights, including image distribution, quality, class imbalances, and sample visualization.
  5. Documening the process in a comprehensive README file.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested Describe how have you verified the changes made

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

Our team will soon review your PR. Thanks @kyra-09 :)

aaradhyasinghgaur commented 3 weeks ago

@abhisheks008 kindly review my pr.