/gesture_recognition

Recognize the gesture during the exam to check the liveness of the student

Primary LanguageJupyter Notebook

gesture_recognition

Recognize the gesture during the exam to check the liveness of the student

First you should read the steps of implementing this project here ch10_page_124

And you can also view the final presentaion slideshere pages 27_32

  1. clone the project
  2. run the following command to install the all the requirements packages

pip3 install -r requirements.txt

  1. then you can run the following command to enjoy of running v2 of the project that uses knn model instead of mobilenet model that i have used in v1

pyhon3 -m real_time.real_time_detection_v2

model pipeline