Build a rock-paper-scissors recogniser end to end — capture, train, detect.
Open Gesto Labeller, create a new project, and choose the Hands region with one hand and Static mode. Add three classes: rock, paper, scissors.
Select each class, hold the hand shape in front of your webcam, and press Capture around 25 times per class. Vary the angle and distance slightly for robustness.
Copy the project path from the project card, then:
gesto train static hands_one "C:\...\gesto_projects\rps"
gesto detect static hands_one
Make each shape at your camera — you'll see the matching class light up with its confidence bar. That's a working gesture model.