Distracted Driver Detection

Detection of the distracted driver has become one of the very active research areas in intelligent transportation systems. Image Processing and Machine Learning are a great solution to this problem. We have built a model which first detects if the driver is distracted using Convoluted Neural
Networks. If the driver is found distracted then, the model classifies the type of the distraction of the driver, which is texting, talking, drinking, reaching behind, etc. The driver also gets notified (voice notification) about the type of the distraction to alert him/her to focus on driving.

Comments

Best Programming language for machine learning.

Popular posts from this blog

Hackerrank - Dynamic Programming - The Coin Change Problem

Hackerrank - Implementation - Picking Numbers