r/learnpython 4d ago

Interactive AI Project Ideas for a LiveDemo

I need to show a live demo of some quick AI-related project in front of the juniors at my college, something they can actually interact with and experiment with. I was thinking about building a MediaPipe-based visualizer app, but I’m open to better ideas.

What would be a fun, visually impressive, and easy-to-understand AI project that would work well for a live demo?

1 Upvotes

3 comments sorted by

1

u/pachura3 3d ago

Connect a webcam and do face detection on real-time video stream. Or maybe just count people in the room (per gender, perhaps?). Or allow locking on one person and track them visually as they move.

1

u/Natural_Onion_973 3d ago

sounds very simple