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

[Project Addition]: Fashion MNIST Dataset Image Classification using DL #573

Open deedGhost opened 1 month ago

deedGhost commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title :
Fashion MNIST Image Classification :red_circle: Aim :
This project focuses on image classification task using deep learning model on the Fashion MNIST dataset. :red_circle: Dataset :
https://www.kaggle.com/datasets/zalando-research/fashionmnist :red_circle: Approach : I will use a CNN model to perform the task of image classification. I will use Early Stopping in the developed model. Additionally, a GUI using Tkinter to provide a user-friendly way to interact with the model.


๐Ÿ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. ๐Ÿ˜Ž

VoonnaHarsha commented 1 month ago

@deedGhost , im looking forward to contribute Fashion MNIST Image Classification can yu assign me task

aproach: Create an ensemble model by combining Random Forest, SVM, and k-NN algorithms for Fashion MNIST image classification. Evaluate the ensemble's accuracy and compare it against individual models for performance analysis.

discord name : harsha00429 mail: harshavoonna@gmail.com github: https://github.com/VoonnaHarsha

abhisheks008 commented 1 month ago

Hi @deedGhost can you share a brief on your approach? What are the architectures/methods you are planning for this project?

Hi @VoonnaHarsha as this issue is raised by @deedGhost, hence this can be assigned to only Anjali. You can check out other issues, which are open and opened by me (@abhisheks008)

deedGhost commented 1 month ago

@abhisheks008 I will be using a CNN model as CNNs are widely used for image classification tasks. These architectures will have convolutional layers, pooling layers, and fully connected layers. I will be incorporating early stopping method to avoid the overfitting problem and then will compare it with the normal model. Additionally, I am planning to create an interactive GUI for the working of this model.

abhisheks008 commented 1 month ago

Okay! So you are planning to create a web app for the same. Then please follow the project structure as,

Project Dummy
|- Dataset
  |- dataset.csv
  |- README.md
|- Images
  |- img1.png
  |- img2.png
  |- img3.png
|- Model
  |- project_dummy.ipynb
  |- README.md
|- Web App
  |- app.py
  |- templates
  |- demo.mp4
  |- README.md
|- requirements.txt

For your reference you can check out these projects which are already in this repo, Brain Tumor Detection, Alzheimers Detection.

Check out the Web App README template here.

Check out the project README template here.

@deedGhost looking forward to hearing from you.

deedGhost commented 1 month ago

@abhisheks008 Okay sir! Thank you for the related materials. I will start working on it.

abhisheks008 commented 1 month ago

Assigned to you @deedGhost

deedGhost commented 1 month ago

Hey @abhisheks008 I want to ask which images do I need to add in the Images folder, the ones I used to test the model or something else??

abhisheks008 commented 1 month ago

Hey @abhisheks008 I want to ask which images do I need to add in the Images folder, the ones I used to test the model or something else??

The EDA results, accuracy graphs, confusion matrix so on. All the resultant images that you have generated while developing the project. Also these EDA results will gonna be a part of the README too.