// Personal project
I built a real-time computer vision tool that detects and labels objects live, directly from a camera feed.
Chose the model specifically for what live video demands.
Plenty of object detection demos work fine on a single static image but fall apart when asked to keep up with a live, continuous video feed in real time.
I picked a YOLO model specifically for its speed/accuracy tradeoff on live video, then built the detection and labeling pipeline to run directly against a camera feed in real time.