Lesson 6

Create and Present Your Own AI Project

Mission: Plan, build, test, and present an AI project that solves a small problem safely.

Mission Introduction

Students combine what they learned from chatbots, classification, recommendations, image recognition, and games to create a small final project and explain how they tested it.

What You Will Learn

  • How to plan an AI project with a clear purpose.
  • How to choose safe inputs and avoid private information.
  • How to test and improve before presenting.
  • How to explain your project to classmates and parents.

Key Words

  • Prototype
  • Audience
  • Evidence
  • Safety note
  • Feedback
  • Reflection

Quick Multiple-Choice Challenge

Teacher Demo

The teacher presents a small sample project by explaining the goal, showing a demo, naming two tests, and sharing one improvement.

Open CodeHS Starter Code

Open the starter program, sign in if required, fork or copy the program, and return to this page for the tasks.

Open CodeHS Starter Code

Task Checklist

Hints

What project should I choose?
Choose a small idea that you can demo in one minute, such as a helper bot, sorter, recommender, or simple game.
What should I say in my presentation?
Explain the goal, show the demo, describe one test, and name one safety choice.

Testing Challenge

Run three tests: one normal case, one tricky case, and one safety case. Use the results to improve your project.

Boss Challenge

Your final presentation should include a working demo, a clear explanation, testing evidence, a safety note, and one next improvement.