For windows, in order to install mediapipe:
https://ai.google.dev/edge/mediapipe/framework/getting_started/install#installing_on_windows
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
For more details: MediaPipe
wget -q https://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/latest/gesture_recognizer.task
# running in interactive mode:
python app.py --resolution-width 1920 --resolution-height 1080 --camera 0
# running in server mode (no window):
python app.py --server --port 8765