This is a Python script that runs a detection model trained for 4 different signs (thumb-up, thumb-down, peace and thank you) on your webcam.
I used MobileNet SSD and trained it specifically on a self-made dataset to recognize the 4 signs mentionned earlier
This repo contains the files used to collect the data, train the model, and display the live recognition. All the files model related are in Tensorflow/workspace.