Course Content
- Artificial Intelligence and Its Applications in Our Daily Lives
- Introduction to the Programming Platform
- Build Your Own Face Detection Program with Artificial Intelligence
- Hands-on Example: Create Your Own Face Filter (1)
- Hands-on Example: Create Your Own Face Filter (2)
- Create Your Own Clown Filter
- Create Your Own Pirate Filter
- Augmented Reality
- Build Your Own Augmented Reality Program
- Create Your Own Dragon Using Augmented Reality and Facial Recognition
- Develop a Game (PING) Using Augmented Reality
- Develop a Volleyball Game Using Augmented Reality
Lesson Content
The Smart Posture Coach! 🧍♀️🤖✨
👧💻🤔 Have you ever wished your computer could see how you sit and remind you to straighten up? In this lesson, you’ll teach your computer the difference between a good posture and a bad posture — using machine learning! 🧠📸 You’ll show it real examples through your webcam, and it will learn from your images to recognize how you’re sitting. When you slouch, it will gently remind you: “Bad posture — this will hurt your back!” 🪑😣 When you sit straight, it will cheer: “Good posture — good for you!” 😃👏 By the end of this project, your computer won’t just look at you — it will understand what it sees and respond intelligently! 🌟
💡 Teaching Goal: Kids learn how to train a machine learning model with real data (images) and use “if then else” logic to make a sprite respond differently based on the prediction.
🧩 What You’ll Learn:
In this lesson, you’ll discover:
- How to use the Machine Learning extension
- How to train the computer to recognize images (good and bad posture)
- How to collect labeled data using “train label 1” and “train label 2” blocks
- How to use the “when received label” block to make reactions happen
- How to use “if then else” and “equals” blocks to test model predictions