SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4266
DRUNK AND DROWSY DETECTION OF DRIVERS USING ARTIFICIAL
INTELLIGENCE
1Kajal Jamdade, 2 Prof.S.V Phulari, 3Pranav Sangawar, 4Pallavi Jadhav
1,2,3,4 Authors of Department of Computer Engineering, PDEA COE, Manjari, Pune
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper gives a complete method for
drunk and drowsy detection of the driver using CVT of
facial landmark detection and motion detection. The
driver's constantreal-timevideofeedisperceivedwith
the help of a smartphone camera. Eye blinking is
analyzed for drunkenness. Simultaneously the system
checks the body and the head movements using the
differential imaging technique, which operates in real-
time. A severity score indicating the fitness to drive is
generatedcumulativelyusingbothmethods.Thedriver
is notified with the sound of an alarm if the results are
positive based on a threshold value of the severity
score.
Key Words: Computer vision, Motion detection, Face
Detection, EAR
1. INTRODUCTION
Drunk and drowsy driving are the principal sources of
road accidents across the sphere. Klauer et al. [1] have
found that drowsiness growths the possibility of an
accident up to six times, which is further compounded
due to hours of darkness conditions or in situations
without prior enough sleep [2]. It is a well-known fact
that the effect of alcohol is one of the major sources of
condensed vehicular control and increased threat of
accidents. Many studies have recognized that the risks
of road accidents, injury or deathgrowthexponentially
under the effect of alcohol [3]. In Europe itself, there is
an estimation of 10,000 expiries each year because of
drunk driving [4]. Alcohol-impaired driving accidents
subsidize to about 31% of all traffic casualties in the
USA [5]. In China, Li et al. found that about 34.1% of all
road accidents were alcohol-related [6]. All of these
studies indicate grave human spaces and preventable
causes of death, which can be prevented by proper
observing and warning technology. Therefore, it is
crucial to advance a complete system to nonstop
monitor a person’s physical and facemask movements
and to alert them atcriticalmomentstoavoidroad[17]
and [18]; techniques using a stereo camera [18] and
[19]. Some of these techniques have also been
converted into commercialproductssuchasSmartEye
[18], Seeing Machines DSS [19],SmartEyePro[18]and
Seeing Machines Face API [19]. However, these
profitable products are still limited to precise
environments and require laborious standardization
methods. Thus, there is a long way to go before a
dependable andhealthy commercial product is builtin
this category.
2. PROPOSED WORK
The proposed work targets both the detection of
drowsiness and reduced vehicular control due to
stupor induced by the influence of alcohol and even
sleep deprivation, simultaneously and provides a
solution which detects and reports such conditions in
real-time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4267
The main system flow diagram is shown in Fig. 1. The
input to the system is a videofeedcapturedbyasimple
smartphone camera attached in a position to get a
continuous video feed of the head and upper body of
the driver. This feed is processed frame by frame, by
the system. Drowsiness is detected by the blink
patterns of the eyes, using facial landmark detectors
[20], which provide a precise method for estimationof
eye-opening using a single scalar metric called Eye
Aspect Ratio (EAR). Simultaneously, an analysis to
detect head and body movements of the driver is
performed, to ascertain whether he/she is potentially
under the influence of alcohol or sleepy or both.
Fig. 2.1: Driving fitness detection- system flow
diagram
3. SYSTEM ARCHITECTURE
The design pattern that is followed is observer,
pattern which is a software designpatterninwhichan
object, called the subject, maintains a list of its
dependents, called observers, and notifies them
automatically of any state changes, usually by calling
one of their methods.
Fig. 3.1: System Architecture diagram
3.1 Steam Capture
This module captures the video from the camera
attached in the position to get continuous feed of the
head and upper body of the driver. This feed is
processed frame by frame, by the system.The Steam
capture maintains the dependency list of observer
which are drowsy detector and motion detector.
a) Drowsiness Detector: Drowsiness is detected by
the blink patterns of the eyes, using facial landmark
detectors , which provide a precise method for
estimation of eye opening using a single scalar
quantity called Eye Aspect Ratio (EAR).
b)Motion Detector : An analysis to detect head and
body movements of the driver is performed, to
ascertain whether he/she is drunk or sleepy or
both. . The lateral movement determines the head
tilt angle. When the head angle goes beyond a
certain threshold, an unusual behaviour of person
is recorded.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4268
3.2 Notifier
This module analyses the results of both of these
detectors. When one of them gives confirmation that
the driver is either drowsy or drunk or both, the
system sounds an alarm, implemented via a voice
notification output, to alert the driver.
Drowsiness
Flag (D)
Motion Flag
(M) Alert Result
True True True
True False True
False True True
False False False
TABLE 1: ALERT MATRIX
The voice alert is sounded continuously until the
driver returns back to a state of normalcy and regains
control over the vehicle or manually turns it off. The
system responds to critical situations of drowsiness
and potential loss of vehicle control under the
influence of alcohol or drowsiness or both, in real-
time, due tonegligiblecomputationaltimesofboththe
real time blink detection and motion detection
modules. The alerts arealsosoundedalmostinstantly,
ensuring accurate and timely alerts to prevent any
unfortunate accidents.
4.CONCLUSION
In this paper, we have described a holistic, non-
intrusive approach to driving fitness detection, by
checking for drowsiness and the loss of vehicle control
under the potential influence of alcohol, based on
driver visual monitoring, using computer vision
techniques of facial landmark detection and motion
detection using differential images.
We have also demonstrated thatreal-timeframebased
faciallandmarksandbodymotiondetectorsareprecise
indicators for estimation of drowsiness and potential
drunkenness. These are powerful measures, even for
low image resolution and in-the-wild circumstances
such as bad illumination, facial expressions, non-
frontality etc. The computational cost for the Eye
Aspect Ratio of the eye blink and detection of lateral
relative motion is found to be negligible, which allows
the system to send out alerts in critical situations with
rapid response times.
However, the following limitations exist and can be
further improved through future discussion and
further work.
We see a limitation in the assumption of a constant
blink duration. However, this duration differs from
person to person. An adaptive approach can yield
better results.
Nighttime and poor lighting conditions can also
potentially impact the performance of real-time
blink detection and motion detection algorithms.
The usage of approaches which are sensitive and
responsive to such conditions can further enhance
the system performance.
Another limitation to this solution is that EAR is
estimated for 2D frames which is insensitive to the
angle of head orientation. This solution could be
further enhanced by defining a 3D EAR, using
landmark detectors which estimate a 3D model of
the eye landmarks in an image.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4269
The sending of a geo-location notification to the
emergency contact of the driver, their kin or the
concerned authorities introduce a requirement of
an Internet connection for the system. Apart from
this module, the system can function perfectly
offline. The introduction of this dependency could
be a subject for future discussion, as there could be
possible limitations totheproperfunctioningofthis
feature in regions of poor connectivity. However,
the alarm feature will work even in such situations.
ACKNOWLEDGEMENT
Authors want to acknowledge Principal, Head of
department and guide of their project for all the
support and help rendered. To express profound
feeling of appreciation to their regarded guardians for
giving themotivationrequiredtothefinishingofpaper.
REFERENCES
[1] S. G. Klauer, T. A. Dingus, V. L. Neale, and J.
D.
Sudweeks, “The impact of driver inattention on near-
crash/crash risk: An analysis using the 100-car
naturalistic driving study data,” National Highway
Traffic Safety Administration, DC, DOT HS, vol. 810,
2006.
[2] J. Connor, R. Norton, S. Ameratunga, E.
Robinson, I.Civil, R. Dunn, J.Bailey, and R.
Jackson, “Driver sleepiness and risk of serious
injury to car occupants: Population-based control
study.” British Medical Journal, vol. 324, pp.
1125–1129, 2002.
[3] M. D. Keall, W. J. Frith, and T. L. Patterson, “The
influence of alcohol, age and numberofpassengers
on the night-time risk of driver fatal injury in New
Zealand,”AccidentAnalysisandPrevention,vol.36,
no.1, pp. 49– 61, 2004.
[4] European Commission, “Saving 20000 lives on
our roads,”Tech. Rep.COM 2003/311, European
Road Safety Action Programme, Luxembourg,
2003.
[5] NHTSA, “Assessing the feasibility of vehicle-based
sensors to detect alcohol impairment,” Tech. Rep.
DOT HS, 811 358, National Highway Traffic Safety
Administration, US Department ofTransportation,
Washington, DC, USA, 2010.
[6] Y. Li, D. Xie, G. Nie, and J. Zhang, “The drink driving
situation in China,” Traffic Injury Prevention, vol.
13, no.2, pp. 101–108, 2012.
[7] L. M. Bergasa, J. Nuevo, M. A. Sotelo, and M.
Vazquez. A real-time system for monitoring driver
vigilance. In IEEE Intelligent Vehicles Symposium,
2004.
[8] Medicton group. I4Control. http://
www.i4tracking.cz/.
[9] T. Oron-Gilad, A. Ronen, and D. Shinar, “Alertness
maintaining tasks (amts) while driving,” Accident
Analysis & Prevention, vol. 40, no. 3, pp. 851–860,
May 2008.
[10] C. Papadelis, Z. Chen, C. Kourtidou Papadeli, P.
Bamidis, I. Chouvarda, E. Bekiaris, and N.
Maglaveras, “Monitoring sleepinesswithon-board
electrophysiological recordings for preventing
sleep-deprived traffic accidents.” Clinical
Neurophysiology, vol. 118, no. 9, pp. 1906– 1922,
September 2007.

More Related Content

What's hot

IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
Fighting Accident Using Eye Detection forSmartphones
Fighting Accident Using Eye Detection forSmartphonesFighting Accident Using Eye Detection forSmartphones
Fighting Accident Using Eye Detection forSmartphonesIJERA Editor
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoTIRJET Journal
 
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET Journal
 
Automatic Breaking System Using Eye Blinking Sensor
Automatic Breaking System Using Eye Blinking SensorAutomatic Breaking System Using Eye Blinking Sensor
Automatic Breaking System Using Eye Blinking Sensorpaperpublications3
 
IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET Journal
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test TrackIRJET Journal
 
IRJET- A Review Paper on Visual Analysis of Eye State using Image Processi...
IRJET- 	  A Review Paper on Visual Analysis of Eye State using Image Processi...IRJET- 	  A Review Paper on Visual Analysis of Eye State using Image Processi...
IRJET- A Review Paper on Visual Analysis of Eye State using Image Processi...IRJET Journal
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale PlatformIRJET Journal
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET Journal
 
IRJET- Driver Monitoring System and Smart Vehicle
IRJET- Driver Monitoring System and Smart VehicleIRJET- Driver Monitoring System and Smart Vehicle
IRJET- Driver Monitoring System and Smart VehicleIRJET Journal
 
IRJET- Robust Visual Analysis of Eye State
IRJET-  	  Robust Visual Analysis of Eye StateIRJET-  	  Robust Visual Analysis of Eye State
IRJET- Robust Visual Analysis of Eye StateIRJET Journal
 
Real time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visionReal time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visioneSAT Publishing House
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET Journal
 
Yawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectionYawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectioneSAT Journals
 
IRJET- Vassist- Vehicle Assistance System
IRJET-  	  Vassist- Vehicle Assistance SystemIRJET-  	  Vassist- Vehicle Assistance System
IRJET- Vassist- Vehicle Assistance SystemIRJET Journal
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET Journal
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart HelmetIRJET Journal
 

What's hot (20)

IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
Fighting Accident Using Eye Detection forSmartphones
Fighting Accident Using Eye Detection forSmartphonesFighting Accident Using Eye Detection forSmartphones
Fighting Accident Using Eye Detection forSmartphones
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoT
 
A Virtual Reality Based Driving System
A Virtual Reality Based Driving SystemA Virtual Reality Based Driving System
A Virtual Reality Based Driving System
 
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
 
Automatic Breaking System Using Eye Blinking Sensor
Automatic Breaking System Using Eye Blinking SensorAutomatic Breaking System Using Eye Blinking Sensor
Automatic Breaking System Using Eye Blinking Sensor
 
IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat Belt
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test Track
 
IRJET- A Review Paper on Visual Analysis of Eye State using Image Processi...
IRJET- 	  A Review Paper on Visual Analysis of Eye State using Image Processi...IRJET- 	  A Review Paper on Visual Analysis of Eye State using Image Processi...
IRJET- A Review Paper on Visual Analysis of Eye State using Image Processi...
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale Platform
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident Prevention
 
IRJET- Driver Monitoring System and Smart Vehicle
IRJET- Driver Monitoring System and Smart VehicleIRJET- Driver Monitoring System and Smart Vehicle
IRJET- Driver Monitoring System and Smart Vehicle
 
IRJET- Robust Visual Analysis of Eye State
IRJET-  	  Robust Visual Analysis of Eye StateIRJET-  	  Robust Visual Analysis of Eye State
IRJET- Robust Visual Analysis of Eye State
 
Real time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visionReal time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer vision
 
M1102018085
M1102018085M1102018085
M1102018085
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
Yawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectionYawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detection
 
IRJET- Vassist- Vehicle Assistance System
IRJET-  	  Vassist- Vehicle Assistance SystemIRJET-  	  Vassist- Vehicle Assistance System
IRJET- Vassist- Vehicle Assistance System
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using Smartphone
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart Helmet
 

Similar to IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence

DRIVER DROWSINESS DETECTION USING RASPBERRY PI
DRIVER DROWSINESS DETECTION USING RASPBERRY PIDRIVER DROWSINESS DETECTION USING RASPBERRY PI
DRIVER DROWSINESS DETECTION USING RASPBERRY PIIRJET Journal
 
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...IRJET Journal
 
Driver Drowsiness and Alert System using Image Processing & IoT
Driver Drowsiness and Alert System using Image Processing & IoTDriver Drowsiness and Alert System using Image Processing & IoT
Driver Drowsiness and Alert System using Image Processing & IoTIRJET Journal
 
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingDriver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingIRJET Journal
 
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingDriver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingIRJET Journal
 
DRIVER DROWSINESS DETECTION SYSTEM
DRIVER DROWSINESS DETECTION SYSTEMDRIVER DROWSINESS DETECTION SYSTEM
DRIVER DROWSINESS DETECTION SYSTEMIRJET Journal
 
Realtime Car Driver Drowsiness Detection using Machine Learning Approach
Realtime Car Driver Drowsiness Detection using Machine Learning ApproachRealtime Car Driver Drowsiness Detection using Machine Learning Approach
Realtime Car Driver Drowsiness Detection using Machine Learning ApproachIRJET Journal
 
IRJET- Drivers Stupor Scrutinizing System
IRJET-  	  Drivers Stupor Scrutinizing SystemIRJET-  	  Drivers Stupor Scrutinizing System
IRJET- Drivers Stupor Scrutinizing SystemIRJET Journal
 
REAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONREAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONIRJET Journal
 
REAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONREAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONIRJET Journal
 
Driver Drowsiness Detection System for Accident Prevention
Driver Drowsiness Detection System for Accident PreventionDriver Drowsiness Detection System for Accident Prevention
Driver Drowsiness Detection System for Accident PreventionIRJET Journal
 
In advance accident alert system & Driver Drowsiness Detection
In advance accident alert system & Driver Drowsiness DetectionIn advance accident alert system & Driver Drowsiness Detection
In advance accident alert system & Driver Drowsiness DetectionIRJET Journal
 
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...Driver Drowsiness Detection System using Google ML Kit Face Detection API and...
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...IRJET Journal
 
DROWSINESS DETECTION USING COMPUTER VISION
DROWSINESS DETECTION USING COMPUTER VISIONDROWSINESS DETECTION USING COMPUTER VISION
DROWSINESS DETECTION USING COMPUTER VISIONIRJET Journal
 
IRJET- Smart Vehicle Accident Prevention System
IRJET-  	  Smart Vehicle Accident Prevention SystemIRJET-  	  Smart Vehicle Accident Prevention System
IRJET- Smart Vehicle Accident Prevention SystemIRJET Journal
 
ANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMIRJET Journal
 
IRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET Journal
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemIRJET Journal
 
Drowsy Driving Detection System using IoT
Drowsy Driving Detection System using IoTDrowsy Driving Detection System using IoT
Drowsy Driving Detection System using IoTIRJET Journal
 

Similar to IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence (20)

DRIVER DROWSINESS DETECTION USING RASPBERRY PI
DRIVER DROWSINESS DETECTION USING RASPBERRY PIDRIVER DROWSINESS DETECTION USING RASPBERRY PI
DRIVER DROWSINESS DETECTION USING RASPBERRY PI
 
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...
Stay Awake Alert: A Driver Drowsiness Detection System with Location Tracking...
 
Driver Drowsiness and Alert System using Image Processing & IoT
Driver Drowsiness and Alert System using Image Processing & IoTDriver Drowsiness and Alert System using Image Processing & IoT
Driver Drowsiness and Alert System using Image Processing & IoT
 
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingDriver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
 
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image ProcessingDriver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
Driver Dormant Monitoring System to Avert Fatal Accidents Using Image Processing
 
DRIVER DROWSINESS DETECTION SYSTEM
DRIVER DROWSINESS DETECTION SYSTEMDRIVER DROWSINESS DETECTION SYSTEM
DRIVER DROWSINESS DETECTION SYSTEM
 
Realtime Car Driver Drowsiness Detection using Machine Learning Approach
Realtime Car Driver Drowsiness Detection using Machine Learning ApproachRealtime Car Driver Drowsiness Detection using Machine Learning Approach
Realtime Car Driver Drowsiness Detection using Machine Learning Approach
 
IRJET- Drivers Stupor Scrutinizing System
IRJET-  	  Drivers Stupor Scrutinizing SystemIRJET-  	  Drivers Stupor Scrutinizing System
IRJET- Drivers Stupor Scrutinizing System
 
REAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONREAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTION
 
REAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTIONREAL-TIME DRIVER DROWSINESS DETECTION
REAL-TIME DRIVER DROWSINESS DETECTION
 
Driver Drowsiness Detection System for Accident Prevention
Driver Drowsiness Detection System for Accident PreventionDriver Drowsiness Detection System for Accident Prevention
Driver Drowsiness Detection System for Accident Prevention
 
In advance accident alert system & Driver Drowsiness Detection
In advance accident alert system & Driver Drowsiness DetectionIn advance accident alert system & Driver Drowsiness Detection
In advance accident alert system & Driver Drowsiness Detection
 
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...Driver Drowsiness Detection System using Google ML Kit Face Detection API and...
Driver Drowsiness Detection System using Google ML Kit Face Detection API and...
 
DROWSINESS DETECTION USING COMPUTER VISION
DROWSINESS DETECTION USING COMPUTER VISIONDROWSINESS DETECTION USING COMPUTER VISION
DROWSINESS DETECTION USING COMPUTER VISION
 
IRJET- Smart Vehicle Accident Prevention System
IRJET-  	  Smart Vehicle Accident Prevention SystemIRJET-  	  Smart Vehicle Accident Prevention System
IRJET- Smart Vehicle Accident Prevention System
 
ANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEM
 
A Proposed Accident Preventive Model For Smart Vehicles
A Proposed Accident Preventive Model For Smart VehiclesA Proposed Accident Preventive Model For Smart Vehicles
A Proposed Accident Preventive Model For Smart Vehicles
 
IRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep Learning
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
 
Drowsy Driving Detection System using IoT
Drowsy Driving Detection System using IoTDrowsy Driving Detection System using IoT
Drowsy Driving Detection System using IoT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 

Recently uploaded (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 

IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4266 DRUNK AND DROWSY DETECTION OF DRIVERS USING ARTIFICIAL INTELLIGENCE 1Kajal Jamdade, 2 Prof.S.V Phulari, 3Pranav Sangawar, 4Pallavi Jadhav 1,2,3,4 Authors of Department of Computer Engineering, PDEA COE, Manjari, Pune ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper gives a complete method for drunk and drowsy detection of the driver using CVT of facial landmark detection and motion detection. The driver's constantreal-timevideofeedisperceivedwith the help of a smartphone camera. Eye blinking is analyzed for drunkenness. Simultaneously the system checks the body and the head movements using the differential imaging technique, which operates in real- time. A severity score indicating the fitness to drive is generatedcumulativelyusingbothmethods.Thedriver is notified with the sound of an alarm if the results are positive based on a threshold value of the severity score. Key Words: Computer vision, Motion detection, Face Detection, EAR 1. INTRODUCTION Drunk and drowsy driving are the principal sources of road accidents across the sphere. Klauer et al. [1] have found that drowsiness growths the possibility of an accident up to six times, which is further compounded due to hours of darkness conditions or in situations without prior enough sleep [2]. It is a well-known fact that the effect of alcohol is one of the major sources of condensed vehicular control and increased threat of accidents. Many studies have recognized that the risks of road accidents, injury or deathgrowthexponentially under the effect of alcohol [3]. In Europe itself, there is an estimation of 10,000 expiries each year because of drunk driving [4]. Alcohol-impaired driving accidents subsidize to about 31% of all traffic casualties in the USA [5]. In China, Li et al. found that about 34.1% of all road accidents were alcohol-related [6]. All of these studies indicate grave human spaces and preventable causes of death, which can be prevented by proper observing and warning technology. Therefore, it is crucial to advance a complete system to nonstop monitor a person’s physical and facemask movements and to alert them atcriticalmomentstoavoidroad[17] and [18]; techniques using a stereo camera [18] and [19]. Some of these techniques have also been converted into commercialproductssuchasSmartEye [18], Seeing Machines DSS [19],SmartEyePro[18]and Seeing Machines Face API [19]. However, these profitable products are still limited to precise environments and require laborious standardization methods. Thus, there is a long way to go before a dependable andhealthy commercial product is builtin this category. 2. PROPOSED WORK The proposed work targets both the detection of drowsiness and reduced vehicular control due to stupor induced by the influence of alcohol and even sleep deprivation, simultaneously and provides a solution which detects and reports such conditions in real-time.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4267 The main system flow diagram is shown in Fig. 1. The input to the system is a videofeedcapturedbyasimple smartphone camera attached in a position to get a continuous video feed of the head and upper body of the driver. This feed is processed frame by frame, by the system. Drowsiness is detected by the blink patterns of the eyes, using facial landmark detectors [20], which provide a precise method for estimationof eye-opening using a single scalar metric called Eye Aspect Ratio (EAR). Simultaneously, an analysis to detect head and body movements of the driver is performed, to ascertain whether he/she is potentially under the influence of alcohol or sleepy or both. Fig. 2.1: Driving fitness detection- system flow diagram 3. SYSTEM ARCHITECTURE The design pattern that is followed is observer, pattern which is a software designpatterninwhichan object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. Fig. 3.1: System Architecture diagram 3.1 Steam Capture This module captures the video from the camera attached in the position to get continuous feed of the head and upper body of the driver. This feed is processed frame by frame, by the system.The Steam capture maintains the dependency list of observer which are drowsy detector and motion detector. a) Drowsiness Detector: Drowsiness is detected by the blink patterns of the eyes, using facial landmark detectors , which provide a precise method for estimation of eye opening using a single scalar quantity called Eye Aspect Ratio (EAR). b)Motion Detector : An analysis to detect head and body movements of the driver is performed, to ascertain whether he/she is drunk or sleepy or both. . The lateral movement determines the head tilt angle. When the head angle goes beyond a certain threshold, an unusual behaviour of person is recorded.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4268 3.2 Notifier This module analyses the results of both of these detectors. When one of them gives confirmation that the driver is either drowsy or drunk or both, the system sounds an alarm, implemented via a voice notification output, to alert the driver. Drowsiness Flag (D) Motion Flag (M) Alert Result True True True True False True False True True False False False TABLE 1: ALERT MATRIX The voice alert is sounded continuously until the driver returns back to a state of normalcy and regains control over the vehicle or manually turns it off. The system responds to critical situations of drowsiness and potential loss of vehicle control under the influence of alcohol or drowsiness or both, in real- time, due tonegligiblecomputationaltimesofboththe real time blink detection and motion detection modules. The alerts arealsosoundedalmostinstantly, ensuring accurate and timely alerts to prevent any unfortunate accidents. 4.CONCLUSION In this paper, we have described a holistic, non- intrusive approach to driving fitness detection, by checking for drowsiness and the loss of vehicle control under the potential influence of alcohol, based on driver visual monitoring, using computer vision techniques of facial landmark detection and motion detection using differential images. We have also demonstrated thatreal-timeframebased faciallandmarksandbodymotiondetectorsareprecise indicators for estimation of drowsiness and potential drunkenness. These are powerful measures, even for low image resolution and in-the-wild circumstances such as bad illumination, facial expressions, non- frontality etc. The computational cost for the Eye Aspect Ratio of the eye blink and detection of lateral relative motion is found to be negligible, which allows the system to send out alerts in critical situations with rapid response times. However, the following limitations exist and can be further improved through future discussion and further work. We see a limitation in the assumption of a constant blink duration. However, this duration differs from person to person. An adaptive approach can yield better results. Nighttime and poor lighting conditions can also potentially impact the performance of real-time blink detection and motion detection algorithms. The usage of approaches which are sensitive and responsive to such conditions can further enhance the system performance. Another limitation to this solution is that EAR is estimated for 2D frames which is insensitive to the angle of head orientation. This solution could be further enhanced by defining a 3D EAR, using landmark detectors which estimate a 3D model of the eye landmarks in an image.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4269 The sending of a geo-location notification to the emergency contact of the driver, their kin or the concerned authorities introduce a requirement of an Internet connection for the system. Apart from this module, the system can function perfectly offline. The introduction of this dependency could be a subject for future discussion, as there could be possible limitations totheproperfunctioningofthis feature in regions of poor connectivity. However, the alarm feature will work even in such situations. ACKNOWLEDGEMENT Authors want to acknowledge Principal, Head of department and guide of their project for all the support and help rendered. To express profound feeling of appreciation to their regarded guardians for giving themotivationrequiredtothefinishingofpaper. REFERENCES [1] S. G. Klauer, T. A. Dingus, V. L. Neale, and J. D. Sudweeks, “The impact of driver inattention on near- crash/crash risk: An analysis using the 100-car naturalistic driving study data,” National Highway Traffic Safety Administration, DC, DOT HS, vol. 810, 2006. [2] J. Connor, R. Norton, S. Ameratunga, E. Robinson, I.Civil, R. Dunn, J.Bailey, and R. Jackson, “Driver sleepiness and risk of serious injury to car occupants: Population-based control study.” British Medical Journal, vol. 324, pp. 1125–1129, 2002. [3] M. D. Keall, W. J. Frith, and T. L. Patterson, “The influence of alcohol, age and numberofpassengers on the night-time risk of driver fatal injury in New Zealand,”AccidentAnalysisandPrevention,vol.36, no.1, pp. 49– 61, 2004. [4] European Commission, “Saving 20000 lives on our roads,”Tech. Rep.COM 2003/311, European Road Safety Action Programme, Luxembourg, 2003. [5] NHTSA, “Assessing the feasibility of vehicle-based sensors to detect alcohol impairment,” Tech. Rep. DOT HS, 811 358, National Highway Traffic Safety Administration, US Department ofTransportation, Washington, DC, USA, 2010. [6] Y. Li, D. Xie, G. Nie, and J. Zhang, “The drink driving situation in China,” Traffic Injury Prevention, vol. 13, no.2, pp. 101–108, 2012. [7] L. M. Bergasa, J. Nuevo, M. A. Sotelo, and M. Vazquez. A real-time system for monitoring driver vigilance. In IEEE Intelligent Vehicles Symposium, 2004. [8] Medicton group. I4Control. http:// www.i4tracking.cz/. [9] T. Oron-Gilad, A. Ronen, and D. Shinar, “Alertness maintaining tasks (amts) while driving,” Accident Analysis & Prevention, vol. 40, no. 3, pp. 851–860, May 2008. [10] C. Papadelis, Z. Chen, C. Kourtidou Papadeli, P. Bamidis, I. Chouvarda, E. Bekiaris, and N. Maglaveras, “Monitoring sleepinesswithon-board electrophysiological recordings for preventing sleep-deprived traffic accidents.” Clinical Neurophysiology, vol. 118, no. 9, pp. 1906– 1922, September 2007.