All Projects → mon95 → Sign-Language-and-Static-gesture-recognition-using-sklearn

mon95 / Sign-Language-and-Static-gesture-recognition-using-sklearn

Licence: other
A Machine Learning pipeline that performs hand localization and static-gesture recognition built using the scikit learn and scikit image libraries

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sign-Language-and-Static-gesture-recognition-using-sklearn

SignLanguageRecognition
Real-time Recognition of german sign language (DGS) with MediaPipe
Stars: ✭ 77 (+20.31%)
Mutual labels:  sign-language-recognition
Sign-Language-Recogination
Final Year Project serving the sign language translator with custom made capability
Stars: ✭ 21 (-67.19%)
Mutual labels:  sign-language-recognition
st-gcn-sl
Spatial Temporal Graph Convolutional Networks for Sign Language (ST-GCN-SL) Recognition
Stars: ✭ 18 (-71.87%)
Mutual labels:  sign-language-recognition

Sign Language and Static-Gesture Recognition using scikit-learn

Do check out my blog post explaining the project!

To use the code in /dataset/gesture_recognizer1.py or the code in /dataset/pipeline_final.ipynb, download the Dataset.zip file and extract the data into the folder containing the above code.

That is, your folder structure should be:

/home/../../dataset
       |----gesture_recognizer1.py
       |----pipeline_final.ipynb
       |----user_3
       |----user_10
       ....
       ....
       |----user_1
              |---A0.jpg
              |---A1.jpg
              |---A2.jpg
              |---...
              |---Y9.jpg
       |----user_2
              |---A0.jpg
              |---A1.jpg
              |---A2.jpg
              |---...
              |---Y9.jpg
       |---- ...
       |---- ...

Using gesture_recognizer1.py:

  1. Modify the main function in gesture_recognizer1.py to use the correct list of users. Train and save the gesture recognizer. (Uncomment the lines in main() accordingly) https://github.com/mon95/Sign-Language-and-Static-gesture-recognition-using-sklearn/blob/master/dataset/gesture_recognizer1.py#L509

  2. Then, use the load_model method to load the previously saved gesture recognizer objec. Now, the test images, can be tested using the recognize_gesture function.

The functions in the pipeline_final.ipynb ipython notebook can be used to build your own pipeline using various classifier combinations from the scikit learn toolbox.

A slightly more detailed explanation here: #3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].