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

Image Classification using Convolutional Neural Networks #730

Open UTSAVS26 opened 3 weeks ago

UTSAVS26 commented 3 weeks ago

ML-Crate Repository (Proposing new issue)

🔴 [Project Addition]: Image Classification using Convolutional Neural Networks (CNN)

🔴 Description: Create a CNN-based model for image classification. You could use a popular dataset like CIFAR-10 or MNIST. Develop a web interface to upload images and get classification results.

🔴 Dataset Link: CIFAR-10 Dataset or MNIST Dataset

🔴 Approach:

====================================================================================== 📍 Follow the Guidelines to Contribute to the Project: You need to create a separate folder named as the Project Title. Inside that folder, there will be four main components:

====================================================================================== 🔴🟡 Points to Note:

====================================================================================== ✅ To be Mentioned while taking the issue:

====================================================================================== Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 3 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 3 weeks ago

What are the 3-4 models you are planning to implement here? @UTSAVS26

UTSAVS26 commented 3 weeks ago

Hi @abhisheks008 thank you for assigning this issue to me. I am planning to implement these models right now:

  1. Simple CNN Model
  2. VGG-16 Model
  3. ResNet-50 Model
  4. LeNet-5 Model
  5. InceptionV3 Model
  6. DenseNet Model
  7. MobileNet Model
  8. Comparison Model (e.g., Random Forest or SVM with HOG features)
  9. AlexNet Model
  10. EfficientNet Model

And if any models failed based on the preprocessing and EDA I do then I will leave that model right now and work on that model later on.

abhisheks008 commented 3 weeks ago

Hi @abhisheks008 thank you for assigning this issue to me. I am planning to implement these models right now:

  1. Simple CNN Model
  2. VGG-16 Model
  3. ResNet-50 Model
  4. LeNet-5 Model
  5. InceptionV3 Model
  6. DenseNet Model
  7. MobileNet Model
  8. Comparison Model (e.g., Random Forest or SVM with HOG features)
  9. AlexNet Model
  10. EfficientNet Model

And if any models failed based on the preprocessing and EDA I do then I will leave that model right now and work on that model later on.

Go ahead with the models.