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
321 stars 290 forks source link

River Images Classification of Sao Carlos using DL #522

Open abhisheks008 opened 1 month ago

abhisheks008 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : River Images Classification of Sao Carlos using DL
:red_circle: Aim : The aim is to classify the images from the dataset using different deep learning methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/caetanoranieri/river-images-at-sao-carlos
: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. 😎

Nit-25 commented 1 month ago

Greetings @abhisheks008 , I would like to work on this issue.

abhisheks008 commented 1 month ago

Can you explain the models/algorithms you are planning to use here?

akv2011 commented 1 month ago

HI @abhisheks008 can you assign me this issue my steps to solve this are

1.Exploring dataset , image dimensions, and class distributions. 2.Visualizing ht e sample images and corresponding labels to gain insights. 3.Comparing CNN, VGG, ResNet, and a custom CNN 4.Validatiing the Evaluated models on the validation set using metrics like accuracy, precision, recall, and F1-score. 5.Including visualizations (e.g., training curves, confusion matrices) to better illustration of the model performance.

Nit-25 commented 1 month ago

@abhisheks008 I would like to use ResNet, VGGNet, MobileNet which are primarily based on the CNN architecture and compare their accuracies.

abhisheks008 commented 1 month ago

As per the code of conduct issues will be assigned to you based on FCFS. Hence @Pat25Taylor you can start working on this issue.

@akv2011 you can check out other issues, there are lots of open issues present here in this repo.

akv2011 commented 1 month ago

Ok Thanks

As per the code of conduct issues will be assigned to you based on FCFS. Hence @Pat25Taylor you can start working on this issue.

@akv2011 you can check out other issues, there are lots of open issues present here in this repo.