BisonGuard
Herd monitoring that protects animals and keeps them off the road.
- Year
- 2025
- Type
- Platform
- Built at
- InfiniCity Labs · NDSU SMARTLab
- Role
- Full-stack developer

The problem
A herd spread across open range is effectively invisible between inspections, and the most dangerous thing it can do is wander onto a road. Vehicle–wildlife collisions kill animals, wreck vehicles and injure people, and by the time anyone knows a herd has drifted toward a transportation corridor it is usually already too late to act. Conservation teams and rangers needed to see where animals are continuously, not at whatever interval someone can drive out and check.
What I built
BisonGuard is a command centre for a monitored range. IoT sensors, drone surveys and GPS collars feed a live picture of the herd, and a computer-vision layer runs detection across every camera in the network — classifying what it sees, counting what is in frame, and tracking individuals between sightings. Operators watch the feeds live, get alerts routed into an incident queue with SLA timers attached, and can replay any recording afterwards. On top of the live layer sits the analytics: population intelligence over time, distribution across zones, and predictive signals that flag a herd drifting toward a corridor before it reaches one.
The outcome
Monitoring moved from periodic inspection to continuous watch. The same detection pipeline that tracks herd health also serves as an early-warning system for collisions, so one platform covers both conservation and road safety.

Detection across every camera
Computer vision classifies and counts what's in frame in real time, with per-class breakdowns and zone distribution.
Incidents, not just alerts
Detections become tracked incidents with SLA timers, so a warning has an owner and a clock rather than just firing.
Collision prevention
Movement toward a transportation corridor is the signal that matters — the system is built to catch it early.
Population intelligence over time
Continuous monitoring turns into longitudinal data on herd size, distribution and behaviour.
Built with
- React
- TypeScript
- Python
- Computer Vision
- IoT & GPS Telemetry
- DigitalOcean
GeoZone
Attendance recording built on geofencing rather than trust.