In this repository you will find scripts to:
- Recognize hands using Google MediaPipe.
- Record a gesture dataset.
- Train a gesture classifier using Tensorflow and Keras.
- Implement a Rock Paper Scissors recognizer using Google MediaPipe and the trained model.
- Python 3.8.x or newer
- Python venv
Create a virtual enviroment:
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
With the venv opened, run:
python3 rock-paper-scissors.py
With the venv opened, run:
python3 record-dataset.py
With the venv opened, run:
python3 train-gesture-classifier.py