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
343 stars 293 forks source link

Flowers Classification using DL #252

Closed abhisheks008 closed 9 months ago

abhisheks008 commented 1 year ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Flowers Classification
:red_circle: Aim : Build a model based on Tensorflow to classify the flowers from the given dataset.
:red_circle: Dataset : https://www.kaggle.com/datasets/ryanholbrook/tensorflow-flowers
: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. ๐Ÿ˜Ž

abhisheks008 commented 1 year ago

Full Name:- B Mani Chander Github Profile link:- https://github.com/manichander429 Email id:- manichander429@gmail.com Approach for this project:- so recently I developed a cnn model for diabetic retinopathy detection. Coming to the approach First, I will perform data augmentation, so that the model I develop can learn enough features to detect. Then, I would try using different models/architectures like cnn, ResNet, AlexNet, GoogleNet.. Etc. Then I will perform some hypertuning in order to find the optimal hyperparameters and then I will compare the accuracy of the developed models. What is your participant role?-contributor ,SSOC-Season-2


Hi @manichander429 nice to have you here. I like your approach for solving this issue. This issue will be assigned to you once the program starts officially.

Till then, star the repository and explore more in open source.

Manoj-2702 commented 1 year ago

Full Name: Manoj Kumar H S Git Profile Link: https://github.com/Manoj-2702 Email ID: hsmanojkumar2003@gmail.com Approach: So firstly I would perform data augmentation techniques such as random rotations, flips, zooms, and shifts to increase the diversity and quantity of training data. Then I would try using CNN Architectures such as VGG16, ResNet50, or InceptionV3, without the top classification layers. Later on add custom fully connected layers on top of the base model to adapt it to the flower classification task. Then, compile the model with an appropriate optimizer (e.g., Adam) and a suitable loss function (e.g., categorical cross-entropy). Hypertune the model to get better accuracy. What is your participant Role? Contributor, SSOC-Season-2

abhisheks008 commented 1 year ago

Hi @Manoj-2702 nice to have you here. This issue is already pre booked by someone else, you can pick up other issues.

abhisheks008 commented 1 year ago

Hi @manichander429 would you like to take this issue?

manichander429 commented 1 year ago

@abhisheks008 Yaa I am more than interested

abhisheks008 commented 1 year ago

This issue is assigned to you @manichander429

YashSachan2 commented 9 months ago

@abhisheks008 Can I take on this issue under Codepeak-23.I plan to compare several models like YOLO,Resnet,Mobilenet preprocessing based on the requirement of each model and then selecting the best out of them.

abhisheks008 commented 9 months ago

@abhisheks008 Can I take on this issue under Codepeak-23.I plan to compare several models like YOLO,Resnet,Mobilenet preprocessing based on the requirement of each model and then selecting the best out of them.

This issue will be assigned to you, once you finish the previous one.

YashSachan2 commented 9 months ago

@abhisheks008 Can you assign me now under Codepeak-23?

abhisheks008 commented 9 months ago

Hi @YashSachan2 this issue will be assigned to you, once you finish the previous one.

abhisheks008 commented 9 months ago

Issue assigned to you @YashSachan2

YashSachan2 commented 9 months ago

@abhisheks008 I have made the pr for flower classification.Please look into it.