Real‑time detection of traffic signs, signals, and vehicles in urban video streams using deep learning.
View Code on GitHubCole Feuer developed the NYC Traffic Detector to automatically identify and classify traffic infrastructure—such as stop signs, traffic lights, and vehicles—in real‑time video feeds. Leveraging a YOLOv5 model fine‑tuned on NYC traffic datasets and OpenCV for video processing, this tool aims to support smart city analytics and autonomous navigation research.
git clone https://github.com/CDFire/TrafficDetector.gitpip install -r requirements.txtbash scripts/download_weights.shpython detect.py --source path/to/video.mp4For questions, feedback, or collaboration, reach out to coledfeuer@gmail.com or connect on LinkedIn.