our project contains 5 parts that 3 parts are Implementation of CNN network and 2 parts are Implementation of detection hand gestures:
-
say numbers
-
say i love you
-
say fist,palm,swing
-
say direction of mouse
-
volume control
Requirements:
pip install -r requirements.txt
if you want to use pretrained models, use command below.
python main.py
but if you want to train again the models follow steps below:
for training i_love_you Run :
python Recognize_Gesture.py
for training say_numbers Run:
python traingest.py
for training posenet Run:
python ModelTrainer.py