pip install -r requirements.txt
Detection of hands with use of mediapipe and opencv-python. In addition program may count number of shown fingers (for right hand) and may play with you rock/paper/scissors live.
My first learning project with use of opencv and in generall image processing of any kind
- PROGRAM RECOGNISE CHOICES (R/P/S) AND COUNT FINGERS ONLY FOR RIGHT HAND
- PRESS 'Q' TO EXIT
- RIGHT WAY TO SHOW R/P/S CHOICE
- Download project / clone git.
- Make sure you made INSTALLATION step.
- For counting fingers run: fingers_couint.py
- For rock/paper/scissors run rps_game.py
Great help with understanding opencv and detection was Murtaza's Workshop - Robotics and AI YT channel (https://www.youtube.com/c/MurtazasWorkshopRoboticsandAI/)