Skip to content

varunveeraa/hand_gesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps invovled:

  1. CoordinateExtractor.ipynb : Here, the coordinates of the landmark points are extracted to generate a dataset.
  2. predict.ipynb : Training a model out of dataset and exporting the model as pickle file.
  3. main.py : Making detections by making predictions, and rendering it to visualize the outcome.