Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.44 KB

Hand gesture recognition


Description

our project is a machine learning model to detect the hand gesture and recognize how many fingers are up.


Detailed Flow-Chart

  • preprocessing the image
  • feature extraction using HOG
  • split the data into training and test
  • training the model using svm with poly kernel
  • use the model to predict the output of images

Build With :

Running

  • Open IDE that supports python(recommended: Pycharm)
  • Do not forget to install the required packgaes & libraries
  • put the given dataset with the same name and file structure
  • Run the model.py