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
360 stars 301 forks source link

Muffin vs Chihuahua Detection #465

Open abhisheks008 opened 8 months ago

abhisheks008 commented 8 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Muffin vs Chihuahua Detection
:red_circle: Aim : The aim of this project is to detect the Muffin and Chihuahua based on the given dataset.
:red_circle: Dataset : https://www.kaggle.com/datasets/samuelcortinhas/muffin-vs-chihuahua-image-classification
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any 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 :


Happy Contributing πŸš€

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

Jeba-Rachel-Nesica commented 4 months ago

Hi @abhisheks008 , I'd like to work on this issue.

Full name : JEBA RACHEL NESICA GitHub Profile Link : https://github.com/Jeba-Rachel-Nesica Email ID : jebarachelnesica@gmail.com Participant ID (if applicable): Approach for this Project : SVM, Random forest, CNN (using pre-trained models like VGG) are to be used to find the best fitting one. What is your participant role? (Mention the Open Source program): GSSoC'24 Contributor

MrPotato-00 commented 4 months ago

Hello is this problem statement still open, please assign this to me. I am eager to contribute to this.

Full name : Dipankar Dutta
GitHub Profile Link : https://github.com/MrPotato-00
Email ID : dipankardutta399@gmail.com
Participant ID (if applicable):
Approach for this Project : CNN ( transfer learning model like VGG16 etc can be used) 
What is your participant role? Contributor
abhisheks008 commented 4 months ago

Hi @MrPotato-00 need more clarity in the approach.

MrPotato-00 commented 4 months ago

First I will apply image augmentations to the image dataset. Then I will build CNN model, a VGG16 and RESNET and then tune the hyperparameters to increase the accuracy and get the best mode out of them.

abhisheks008 commented 4 months ago

Good to go. Issue assigned to you @MrPotato-00

MrPotato-00 commented 4 months ago

Thanks a lot