Plot twist: until now, someone taught me in advance. Today YOU are the teacher! Show me a few examples of each move, and I'll learn to tell them apart — live, right in your browser.
Pick 3 moves that look really different (like: lean left, lean right, hands up). Hold each one and tap Capture a bunch of times so I get lots of examples. More examples = smarter me!
Your camera stays on your device — nothing is uploaded. 🛡️
Once you've taught me all 3 moves, strike a pose and watch the bars. I compare what I see now to all your examples and pick the closest match. This is real training — you made this AI!
The real test: I'll call out a move, and you strike it. Hold it until the bar fills. The better you trained me, the easier this is. Get 10 to become an AI Master!
Your webcam trainer uses nearest-neighbor on features. Pros use the same idea, supercharged:
✅ Learns from a handful of examples instantly. ⚠️ Limited accuracy.
Fine-tune a pretrained CNN on your classes (Teachable Machine, MobileNet). ✅ Great results from few examples. ⚠️ Some setup.
Modern models classify from a few examples using embeddings (CLIP). ✅ Powerful and flexible.
You didn't just use an AI — you trained one from scratch, from your own examples. That's exactly how real AIs learn: from data.