Found 15 repositories(showing 15)
Nishant-Wadhwani
# Intellifotainment assist” – Smart HMI for passenger cars To run the program, download all files and save them in the same directory. After that, simply run 'Master.py' in the terminal. At the moment, the program will only run in linux based systems. # The Idea Infotainment systems have come a long way since the first set of dashboards installed in cars. Through our idea, we aim to create a Human Machine interaction model that takes infotainment systems to a new level. The driver tends to get distracted from the road while performing secondary tasks such as changing the music track, locking/unlocking the door while driving etc. Our system shall enable the driver to focus only on driving. Controlling the secondary tasks will be much easier. Our product primarily comprises of 5 modules: 1) Attention and drowsiness detection: - A camera shall be present on the dashboard, in front of the driver, behind the steering wheel. Through digital image processing techniques , using hough circle algorithm and haarcascade of an eye, we shall keep track of the driver’s sight. If he or she is looking away from the road while driving for more than a specified amount of time, we shall alert the driver to focus. We shall map the head orientation and iris position to accurately identify the driver’s attention. 2) Infotainment control features using blink combination: Through a combination of blinks, the driver can turn on or of the headlights, tail lights as well as indicators. Blinking of the eyes shall be detected using ‘dlib’ features in python. This shall give extremely accurate results. 3) Voice commands to control wipers, car lock, music system and windows A simple, yet extremely useful idea that would make the life of the driver a whole lot easy. Enabling the driver to speak to his car infotainment system would allow him to control and navigate these functionalities with great ease. The car will be enabled with a virtual assistant. 4) Automatic rear view mirror adjustment scheme: Using the camera placed in front of the driver, the system shall detect the position of the driver’s head. This shall also be done using image processing techniques and we shall identify the coordinates of the driver head in 3D space. There will be a mapping between the head position and mirror adjustment scheme. The mirrors will adjust their position using servo motors and shall do so automatically by identifying the head position. 5) A revolutionary reverse-assistance algorithm for smart parking and general reversing: Probably the highlight of our model, this feature shall make driving the car in and out of a parking spot, or rather, even reversing a car in general, far easier and safer than what it already is. Like most other modern cars, our model shall also have a camera installed at the back and the corresponding image displayed at the infotainment screen for parking assistance. Upon activating the reverse gear, the screen shall trace the line of motion of the car corresponding to the current position of the steering wheel. Because of this feature, the driver gets an idea of whether or not he’ll hit an obstacle while reversing if the steering wheel is kept at that position. Taking this feature to another level, the rear camera, after capturing the live video feed from the back of the car, shall perform image processing and machine learning algorithms to find a safe, obstacle-free path for reversing and indicate the driver to move the steering wheel accordingly. So instead of relying solely on the drivers judgement, our system shall actually find the path to be taken while reversing, such that other cars and other obstacles will be avoided, and accordingly recommend the driver to steer the wheel in that direction. This feature shall be extremely useful for new drivers/ learners. During the initial phase, to prevent errors from creeping in, we will always have a manual override button. After a good amount of testing, further modifications and refinements can be made. Our systems adds new dimensions to both precautionary safety measures, as well as convenience. If implemented properly, we are confident that our project will reach new heights of HMI and driver assistance technology. It will give drivers several less reasons to worry about.
lolo8304
Keep your eyes on the street while driving. This app alerts drowsy and distracted car drivers using face detection with camera. eyes2drive comes with an Apple Watch extension to show your trip events, to be able to start and stop your trip with via the Watch and most important get a Notification if a RED alert (long distraction) occured. eyes2drive is using state-of-the-art face detection algorithms using OpenCV algorithms to detect the face, eyes closing and head distraction.
An application to run on any device can be used as to track driver activity, whether a driver is Distracted or Drowsy and alert the Driver accordingly based on the alert meter. It tracks and detects various Driver activity such as Wearing Seatbelt, Using Phone, Where Driver is looking, eyes opened or closed and others.
A NNDL project finnished in 2023
The project aims to use Computer Vision to detect a driver's drowsiness or if the driver is distracted due to a mobile phone using facial landmark detection for driver's eyes.
shy982
Driver Drowsiness, Aggressiveness, Distracted-ness detection Software
lekhshetty
A real-time detection system used to minimize the likeliness of drivers getting distracted behind the wheel, with the aim of reducing the number of accidents caused by distracted/drowsy driving
swathika0401
Real-time distracted driving detection system using OpenCV. Detects driver drowsiness, yawning, looking away, and phone usage (texting/calling) to improve road safety through AI-based visual monitoring.
maheshmm7
A real-time, deep learning-based system designed to monitor and detect drowsiness in drivers using computer vision techniques. This project employs facial landmarks, eye state detection, gaze direction tracking, and head pose estimation to ensure safer driving by alerting drivers when drowsy or distracted.
PrajHacks
Distracted Driver Detection is a real-time computer vision system that identifies unsafe driving behaviors like drowsiness, yawning, phone usage, eating, and drinking. It combines MediaPipe, YOLOv8, and OpenCV to analyze facial landmarks, gestures, and object presence.
Developed a system that detects and generates an alarm if the driver is found to be distracted or drowsy. Built in Python using OpenCV and facial landmark detection algorithm. Also used the pre trained HarrCascades. Aimed to solve the real-world problem of increasing road accidents due to driver’s distraction and drowsiness. Deployed on AWS using EC2.
Drowsiness and distraction detection system which detects and alert the driver if he/she being sleep or distracted from driving.
Distracted Driver Detection uses computer vision and machine learning techniques to identify signs of distracted driving by analyzing driver behavior through real-time video or image data. The system detects activities like texting, talking, or drowsiness, aiming to improve road safety and prevent accidents.
TanviJesmi-git
This repository contains a real-time Driver Drowsiness & Distraction Detection System built with computer vision (OpenCV, MediaPipe, TensorFlow Lite). It combines head pose estimation, blink detection, and PERCLOS analysis to classify states (Alert, Medium, Critical, Distracted) for road safety.
naifinp
AI-based real-time Distracted Driver Detection System using YOLOv8 and OpenCV. Detects phone usage, drowsiness, and other unsafe behaviors via dashboard camera. Provides instant alerts, logs events, and supports edge deployment. Designed to improve road safety with a lightweight, privacy-focused solution.
All 15 repositories loaded