I built a small tool that combines a Ruby controller with a Python backend to do two things:
query Shodan for exposed IP cameras
run image/video detection on them using YOLO models
It supports images, mp4 files, and direct IP streams. The Ruby layer handles the CLI and workflow; Python does the heavy detection work.
This is still early — I built it because I wanted a simple, scriptable way to experiment with object detection on real-world IP feeds. I’m sharing it in case anyone else finds it useful or wants to hack on it.
yesimsigma•35m ago
query Shodan for exposed IP cameras
run image/video detection on them using YOLO models
It supports images, mp4 files, and direct IP streams. The Ruby layer handles the CLI and workflow; Python does the heavy detection work.
This is still early — I built it because I wanted a simple, scriptable way to experiment with object detection on real-world IP feeds. I’m sharing it in case anyone else finds it useful or wants to hack on it.
Feedback, ideas, and PRs welcome.