Assignment Summary
In this lesson, students will dive into the world of space weather with fun, hands-on activities that mix coding and machine learning. Using Google’s Teachable Machine, they’ll train models to recognize different kinds of space weather and its effects on Earth, like solar flares, auroras, or GPS and electrical blackouts. Next, they’ll make their models come alive by adding them into a simple web app. To take it a step further, students will get the chance to tinker with the HTML and JavaScript behind the app, discovering how machine learning connects with real-world coding and how they can shape digital tools to match their own creative ideas.
Quick Start (for instructors)
- Open the Student Handout and follow the training steps.
- Use VS Code with Live Server or run
python -m http.server 8000to serve the files. - Open webcam.html or image.html and paste your Teachable Machine model URL where indicated.