My undergraduate capstone: an end-to-end system that detects and tracks cats and dogs from a live camera feed. A YOLO-style detector runs over multi-threaded camera streams, served through a Flask web dashboard with live MJPEG video, while Arduino-driven stepper motors (CNC shield + A4988) move the camera for autonomous, closed-loop tracking.
- Python
- OpenCV
- YOLO
- Flask
- Arduino
- C++