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
342 stars 294 forks source link

Hand Navigation Landmarks Detection #523

Closed abhisheks008 closed 3 months ago

abhisheks008 commented 3 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Hand Navigation Landmarks Detection
:red_circle: Aim : The aim is to detect the landmarks made by the hand gestures using deep learning.
:red_circle: Dataset : https://www.kaggle.com/datasets/harisudhan411/hand-navigation-landmarks
: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. 😎

utsabsamadder commented 3 months ago

@abhisheks008 I could work on this for GSSoC'24 as this is quite an interesting and could be done with a little bit of effort. Thank you and Best Regards.

abhisheks008 commented 3 months ago

Sure @utsabsamadder, can you please share your approach and details as per the issue template?

utsabsamadder commented 3 months ago

@abhisheks008, here you go. Full name : Utsab Samadder GitHub Profile Link : https://github.com/utsabsamadder/ Email ID : utsab.samadder@gmail.com Participant ID (if applicable): Approach for this Project: I would like to use YOLO(You Only Look Once) on this. I have recently learned about it and in some cases it is better than ANN or CNN. What is your participant role? (Mention the Open Source program) :GSSoC'24

utsabsamadder commented 3 months ago

I am planning to mainly focus on YOLO but i will check the accuracy with other models as well like ANN as you have asked in the issue.

abhisheks008 commented 3 months ago

Issue assigned to you @utsabsamadder