our project is a machine learning model to detect the hand gesture and recognize how many fingers are up.
- 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
- 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