Project
When I participated in the Smart India Hackathon, this was the problem statement: create a vision based system that would recognize speed limit sign on the road and warn the driver if he/she is overspeeding.
Me and my team proposed the following prototype solution: use deep learning algorithm to detect speed limit sign and communicate with Raspberry PI module which connects to a LCD that warns the driver if he/she is overspeeding by comparing the vehicle's speed (fetched by an accelerometer) against the detected speed.
We presented the solution in form a software basedsimulation in Proteus that connects to the machine learning module.