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

[Project Addition]: Web Application for Deaf Community #564

Open vishuhere opened 1 month ago

vishuhere commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Web Application for Deaf Community
:red_circle: Aim: Assisting individuals with hearing impairments to facilitate communication with the Deaf community
:red_circle: Dataset : Gesture Recognition Datasets
:red_circle: Tech Use : Python, Tensorflow, Keras, OpenCV
:red_circle: Approach: Finding the movements of hands through pre-trained models like media pipe and VITpose then taking the model with the most precise output and then assigning keywords to every movement of actions.


📍 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 month ago

Can you share the dataset URL? Also what are the algorithms you are planning to implement here, can you specify them? @vishuhere

vishuhere commented 1 month ago

Custom Dataset: I will use my own specific application, I will collect my own dataset by recording hand gestures using a webcam as I have a specific set of gestures relevant to my use case.

CNN Dataset will be used.

For Dataset url: It's not created yet.I will implement it from the scratch as I had already worked on this thing you can go through my github for more info. Also feel free to reach me anytime for such query I'm happy to clear your doubts.

PS: While assigning the task kindly put GSSOC with level3 on it.Thanks.

abhisheks008 commented 1 month ago

What are the algorithms you are planning to implement here, can you specify them? And for the level tag, initially all the deep learning issues are being given as level2, after judging the pull request and your contribution it can be upgraded to level3. @vishuhere

vishuhere commented 1 month ago

Algorithmic steps involved in developing the model through hand gesture recognition:

1) Data Collection: I will Gather a dataset of hand gesture images or videos along with their corresponding labels.

2) Data Preprocessing: I will Preprocess the dataset to ensure uniformity and compatibility, including tasks like resizing images, normalization, and augmentation to increase dataset variability.

3) Feature Extraction: Extract relevant features from the preprocessed images or videos. This may involve Convolutional Neural Networks (CNNs) technique for automatic feature learning.

4) Model Selection: This part will be handled by Conventional Neural Networks (CNN).

5) Model Training: Training the selected model using the Custom dataset.

6) Model Evaluation: Evaluate the trained model's performance on a separate validation or test dataset to assess its accuracy and precision.

7) Deployment: Integrating the model into the website, or embedded system for real-time recognition.

abhisheks008 commented 1 month ago

Looks good to me! Issue assigned to you @vishuhere