/DrawOnAir

A pattern-based password verification module that works on air

Primary LanguagePython

Draw On Air

Demo

  • In the following short clip you see a checkmark when the ground-truth pattern is drawn by the user. Then you see a red box which is used to clear the drawn path.

output.compress-video-online.com.mp4

Usage

  1. Make an environment and activate it
python3 -m venv ./venv && source ./venv/bin/activate
  1. Install mediapipe using the following command
pip install mediapipe
  1. Run PatternRecognizer.py

Refs

  • For hand landmark detection I have used mediapipe