Smart bin and route optimisation platform combining IoT sensors, GIS mapping, and predictive waste-volume modelling.
Municipal waste collection followed fixed schedules regardless of actual bin fill levels, leading to wasted trips and overflow incidents.
Sensor data ingested into a normalised SQL store, ML.NET regression predicting fill rates per bin, GIS layer overlaying optimal routes on a map UI.
GIS rendering on the client side rather than server-rendered tiles — faster interaction and lower server cost. Predictive model retrained weekly via a scheduled job.
Next iteration would explore reinforcement-learning approaches for route optimisation rather than static prediction plus heuristic routing.