HOUR OF AI
These activities are extra steps you can try after the Coco Coders Hour of AI. They let you use machine learning in fun, creative ways! You can make projects that recognize pictures, track your hand, or even see your body’s movements, all using code.
EXTENSIONS
IMAGE CLASSIFICATION
In this activity, you use a model called MobileNet to figure out what’s in a picture. You can upload an image, and the computer will try to guess what it is - like a cat, a guitar, or a car - and tell you how confident it is. It’s a fun way to see how computers can “see” things!
HAND DETECTION
Here, you can use the HandPose AI model to track your hand. The AI will find 21 points on your hand, like your fingertips and your palm. You can use this to make cool projects, like controlling something on the screen with your hand or drawing just by moving your fingers
BODY POSE ESTIMATION
This activity uses the BodyPose AI model to track your whole body. Using your webcam, the AI can see where your arms, legs, and head are in real time. You can use this to make projects that respond to your movements, like interactive games or animations that copy your poses.