// Personal project
I built a computer vision safety system that watches a driver-facing camera feed and automatically detects drowsiness, triggering an instant alarm.
Reaction speed mattered more than anything else here.
Driver drowsiness is a real safety risk, and by the time it's caught after the fact, it's too late to matter. This needed to detect and alert in real time, not analyze footage afterward.
I built the detection pipeline on YOLO specifically because it balances speed and accuracy well enough to run on live video and trigger an alarm within seconds of detecting a lapse in attention.