Back to Blog
AI & Technology

Case Study: A 10-Year-Old’s AI ‘Lost Pet Finder’ Project (And How Yours Can Too)

See how a 10-year-old built a Lost Pet Finder with AI—and get a step-by-step plan for your child’s first AI project at home.

Case Study: A 10-Year-Old’s AI ‘Lost Pet Finder’ Project (And How Yours Can Too)
March 6, 2026
8 min read
#Case Study#Ages 8-10#Projects

Meet the 10-Year-Old Maker (and the Real Problem She Wanted to Solve)

When Nina (age 10) saw a “LOST DOG” flyer on a neighborhood light pole, she asked a question many kids ask—but she didn’t stop at wondering.

“Why can’t we just take a picture and instantly know who to call?”

Nina had done a few beginner coding activities before, but this was her first elementary student AI project that solved something meaningful in real life. With light guidance from a parent and structured lessons at Intellect Council, she built a simple prototype called Lost Pet Finder.

The goal was kid-sized and practical:

  • A person uploads a pet photo (dog or cat)
  • The system checks whether it “matches” any pet photos already reported as lost
  • If it finds a likely match, it shows the closest match and a contact method (in the prototype, a parent-approved email)

This is exactly the kind of ai project for 10 year old learners that works well: it’s visual, relatable, and it provides quick feedback.

Before we get into the build, here’s what parents should know: Nina didn’t “invent AI from scratch.” She learned how to use AI responsibly—how to collect examples, train a simple model, test it, and improve it. That’s the sweet spot for a kids machine learning project example.

The Project Plan: What She Built (Simple, Safe, and Totally Doable)

Nina’s Lost Pet Finder had three parts:

  1. Data (pet photos): a small set of dog and cat images, plus a few images per “lost pet profile.”
  2. Model (the AI brain): an image classifier that learned to recognize a specific pet (like “Brown Poodle with red collar”) or at least narrow down to similar pets.
  3. App (the user experience): a kid-friendly interface to upload photos and view matches.

To keep it realistic for a 10-year-old, the project used a “small model” approach:

  • Start with 3–5 lost pet profiles
  • Aim for “helpful hints,” not perfect identification
  • Use clear confidence scores and human confirmation

What tools did she use?

Nina’s stack was intentionally simple:

  • A beginner-friendly training tool (image classification with guided steps)
  • A small project workspace to connect the model to a basic app screen
  • A parent-approved method to store contact info (no public posting)

If your child uses Intellect Council, you can follow the same arc: learn the concept → train a tiny model → plug it into a mini-project.

A practical build timeline (parents love this part)

Here’s the exact timeline Nina followed. It’s also a solid template for how kids can build ai projects without the project dragging on for weeks.

Day Kid Goal Parent Support Needed Output (What You Should See)
1 Pick the problem + sketch screens 15 min brainstorming A one-page plan: “Upload photo → show top match”
2 Collect pet photos + label them Help find safe images or take photos 30–60 labeled images total
3 Train a first model Click help only; avoid “taking over” Model that can guess the pet profile
4 Test with new photos Provide 5–10 “unseen” test pics Simple accuracy notes: what works/doesn’t
5 Improve + add safety rules Discuss what the app should NOT do Version 2 model + clearer “confirm match” step
6 Build the mini app page Light help with layout Upload button + results screen
7 Demo day Invite family, record a short demo 1–2 minute project walkthrough

That table is your parent playbook: a clear scope, a visible outcome each day, and enough structure to keep momentum.

The “Machine Learning” Part Explained Like You’re 10 (and Like You’re Busy)

Parents often hear “machine learning” and imagine advanced math. Nina’s project used three kid-friendly ideas.

1) Training data: “Examples teach the computer”

Nina created a folder for each lost pet profile, like:

  • Luna_the_tabby_cat
  • Max_black_lab
  • Coco_small_poodle

Then she added photos to each folder. The key lesson: the computer learns patterns from examples.

Parent tip: You don’t need hundreds of photos. You need variety:

  • Different angles (front, side)
  • Different lighting (indoors, outdoors)
  • Different backgrounds (couch, grass, driveway)

2) Labels: “A name for each bucket”

Every photo had a label (which pet it belongs to). Nina learned quickly that messy labels create messy results. If one folder had “Max” and another had “max,” the model treated them differently.

Simple rule for kids:

  • Use consistent names
  • Avoid extra punctuation
  • Keep labels short and clear

3) Testing: “Try new photos the model has never seen”

Nina’s first model looked great—until she tested it with photos taken on her dad’s phone outside. Accuracy dropped.

That moment was the real learning.

She wrote down what happened:

  • Indoor photos worked better than outdoor ones
  • One pet’s photos were mostly close-ups, so the model struggled with far-away shots

Then she improved the dataset by adding outdoor photos and more distance variety.

What results did she get?

Her version 2 prototype:

  • Correctly suggested the right pet profile in the top 2 results most of the time
  • Struggled when pets had similar colors (two black dogs)
  • Performed better after she added “look-alike” examples and more diverse photos

This is what success looks like for a kids machine learning project example: not perfection, but thoughtful iteration.

What Made This Project Work (and What Parents Can Copy)

Nina’s project went smoothly because the adults focused on the right kind of support.

What Nina did (kid ownership)

  • Chose a problem she cared about
  • Made the labels and organized the photos
  • Ran the training and testing cycles
  • Decided how the app should respond when it’s unsure

What her parent did (scaffolding, not steering)

  • Helped set a daily time limit (30–45 minutes)
  • Provided safe photo sources (their own pet photos + family-approved images)
  • Asked guiding questions instead of giving answers

Here are the exact prompts Nina’s dad used that kept her in charge:

  • “What’s your success rule—top 1 match, or top 3?”
  • “What kinds of photos might confuse your model?”
  • “If the AI is only 60% sure, what should the app do?”
  • “How will someone confirm it’s really their pet?”

Safety and privacy choices (important for a ‘Lost Pet’ app)

Because “lost pet” involves real contact details, Nina’s prototype included guardrails:

  • No public posting of names, addresses, or phone numbers
  • Contact only through a parent-managed email in the demo
  • Clear message: “AI suggests matches, humans confirm”

If you’re helping your child build an elementary student ai project, this is a great place to teach digital responsibility without making it scary.

Common challenges (and quick fixes)

  • Problem: The model confuses similar-looking pets.
    • Fix: Add more “look-alike” examples and label them correctly.
  • Problem: Works on one phone, fails on another.
    • Fix: Test across devices and lighting; collect new examples.
  • Problem: Kid gets stuck chasing perfect accuracy.
    • Fix: Define “done” as a working demo with honest limitations.

Next Steps: Build Your Child’s Version This Weekend

If your child is excited by this story, you can turn that spark into a finished mini-project with a clear plan.

A simple starter checklist (print this mentally)

  • Pick a narrow project scope: 3 lost pet profiles only
  • Collect 10–20 photos per profile (varied angles and lighting)
  • Train a first model quickly, then test with new photos
  • Improve the dataset before touching the app design
  • Add a “Not sure—try another photo” option

A kid-friendly feature roadmap (so it doesn’t get overwhelming)

Start with Version 1:

  • Upload photo
  • Show top 3 matches with confidence
  • Button: “Try another photo”

Then Version 2:

  • Add “last seen location” as a dropdown (neighborhood names only)
  • Add “pet type” filter (dog/cat)
  • Add a parent-approved contact method

The best way to support without taking over

Try this simple parent routine:

  • 5 minutes: “What are you building today?”
  • 25 minutes: child works (you only help if asked)
  • 5 minutes: “What did you learn? What will you change tomorrow?”

That’s it. That’s the formula.

If you want a guided path, Intellect Council lessons can walk kids through the building blocks—training a model, testing it, and connecting it to a project—so your child gets the independence of making something real without feeling lost.

When your child finishes, celebrate the demo, not the accuracy score. The big win is that they learned how to think: define a problem, build a system, test it honestly, and improve it. That’s the foundation for every future AI project.

Key Takeaways

  • A great ai project for 10 year old kids starts with a real-life problem and a small, demo-able scope.
  • The fastest way to improve a kids machine learning project example is better, more varied training photos—not more complicated tools.
  • Parents can help most by setting structure and asking guiding questions, while kids keep ownership of decisions and testing.
Toshendra Sharma

Auther

Toshendra Sharma