All-time trick-or-treaters
Different costume types
Last 5 minutes
This is a live feed from my front door in San Francisco, CA that detects and classifies the costumes of trick-or-treaters in real time. The video stream is sent over RTSP to a Raspberry Pi, which runs YOLOv8 to detect people. The frames are then classified for costumes using Baseten, the detections are stored in Supabase, and this Next.js dashboard displays the results in real time. It's fully open-source and the code is on GitHub.