Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Classification using Convolutional Neural Networks #730

Open
UTSAVS26 opened this issue Jun 4, 2024 · 4 comments
Open

Image Classification using Convolutional Neural Networks #730

UTSAVS26 opened this issue Jun 4, 2024 · 4 comments
Assignees
Labels
gssoc Girlscript Summer of Code 2024 level2 Level 2 for GSSOC Status: Assigned Assigned issue.

Comments

@UTSAVS26
Copy link

UTSAVS26 commented Jun 4, 2024

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:

  • Implement a Convolutional Neural Network (CNN) model for image classification using a popular dataset (CIFAR-10 or MNIST).
  • Use data preprocessing and augmentation techniques to enhance the model's performance.
  • Compare the CNN model with at least one other image classification algorithm to highlight its effectiveness.
  • Develop a web interface where users can upload images and receive classification results.
  • Perform thorough exploratory data analysis (EDA) before model creation to understand the dataset's characteristics.

======================================================================================
📍 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:

  • Images: To store the required images.
  • Dataset: To store the dataset or information/source about the dataset.
  • Model: To store the machine learning model you've created using the dataset.
  • requirements.txt: This file will contain the required packages/libraries to run the project on other machines.
    Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

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

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include the issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before starting to contribute.

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

  • Full Name: Utsav Singhal

  • GitHub Profile Link: https://github.com/UTSAVS26

  • Email ID: [email protected]

  • Participant ID (If not, then put NA): Contributor

  • Approach for this Project:

    • Implement a CNN model for image classification using the CIFAR-10 or MNIST dataset.
    • Perform data preprocessing and augmentation.
    • Compare the CNN model with another classification algorithm.
    • Develop a web interface for image upload and classification results.
    • Conduct EDA to understand the dataset.
  • What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.): SSOC

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

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

Copy link

github-actions bot commented Jun 4, 2024

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

@abhisheks008
Copy link
Owner

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

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Jun 4, 2024
@UTSAVS26
Copy link
Author

UTSAVS26 commented Jun 4, 2024

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
Copy link
Owner

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.

@abhisheks008 abhisheks008 linked a pull request Jun 23, 2024 that will close this issue
12 tasks
@UTSAVS26 UTSAVS26 changed the title Image Classification using Convolutional Neural Networks (CNN) Image Classification using Convolutional Neural Networks Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level2 Level 2 for GSSOC Status: Assigned Assigned issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants