Bird Detector: Real-time bird tracking with YOLOv8 and OpenCV
A small Python project that watches a video feed (webcam, MJPEG, RTSP or YouTube), detects birds with YOLOv8, tracks them with persistent IDs and logs how long each one stays in frame.
Notes on what I build and what I learn along the way.