SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 112
Driver Authentication System
Anuraag Khanna1, Mayuri Sadawarti2, Vaishnavi Aswale3, Kanchan Dhuri4
1Anuraag Khanna, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai,
Maharashtra, India
2Mayuri Sadawarti, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai,
Maharashtra, India
3Vaishnavi Aswale, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai,
Maharashtra, India
4Kanchan Dhuri, Professor, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai,
Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – One of the most leading cause of fatality are
vehicle accidents. Majorityoftheseaccidentsarecauseddueto
improper driving of vehicles by non-licensed persons. So, to
avoid non-licensed drivers to drive a vehicle and help to
accelerate judicial proceedingsrelatedto theaccidentscaused
on road, a new system is proposed. It aims at authenticating
the driver’s license using an automated method. Tochecknon-
licensees as of driving, the very unfailing person recognition
system is biometric verification. Amongst all the biometric
traits, fingerprint is the most popular, reliable and non-
imitable biometric authenticationscheme. Theignitionsystem
of the vehicle will start only after thesuccessfulauthentication
process of the driver. The system will also consist of a web
page accessed by the owner and authorities which provides
information of the vehicle and its driver.
Key Words: Driver Authentication, Safe Driving, Minor
Driving Prevention, Vehicle Tracking, IOT
1. INTRODUCTION
“Driving to save lives, time, and money in spite of the
conditions around you and the actions of others.”-Thisis the
slogan for Defensive Driving. In today’s world vehicle sales
i.e. the use of vehicles is directly proportional to the
population growth, thereby increasing the rate of accidents.
Out of 43 lakh cases pending in High Courts,over8lakharea
decade old [4]. These cases include thefts, minor Drivers i.e.
un-licensed population, hit and run to name a few.
Unlicensed driving is a matterofconcernforseveral reasons.
It is possible that drivers who have not undergone
appropriate training and testing may be deficient in some
aspect of the knowledge and skills required to drive safely
and efficiently. Also, Hit and Run cases are occurring more
frequently these days, these are typical examples of getting
involved in a road accident and then eloping from the
accident site. Over 30 percent of all road accidents fall under
this category, but only 10 percent are actually booked [5].
The proposed system concentratesonsecuringthevehicleto
be driven by un-licensed drivers and keep a track on who
was driving the vehicle at any instance. A person who is
going to drive the vehicle, should slide his license in the
device which will do the processing on the card and then
keep his thumb on the fingerprint scanner which will
capture the fingerprint and compare to the fingerprint
mapped with the license number. If it matches thenand only
then the ignition system will allow the vehicle to start, also a
database is updated with the timestamp and licensenumber
is created on the owner’s profile which will be reflected on
their portal to keep a track. Incase a vehicle is stolen, the
owner can check the website to see who is driving the
vehicle and locate it using the GPS tracker installed and do
the needful.
2. LITERATURE SURVEY
Based on physical or behavioral traits, biometrics is
described as the science of recognizing an individual. It's
beginning to gain acceptance as a legitimate method to
determine an identity of the individual.Abiometricoverview
was provided and discussed by Jain et al (2006) which
needed to be addressed to make biometric technology as an
efficient tool to provide the security for information. The
main contribution of the overview included the applications
where the biometric scan can solve the issues pertaining to
secure information and the challenges faced by a biometric
system in real-world applications.Inspiteofthesechallenges
the biometric technology isemergingasasecuredalternative
to traditional authentication schemes like passwords, smart
cards etc [3].
Of all the existing biometric technologies, fingerprint
biometric system has several advantages which include high
accuracy, ease to use, highly economical, etc. Fingerprint
matching has been successfully used by law enforcement for
more than a century. The technology is now finding many
other applications such as identity management and access
control. Jain et al (2010) described an automated fingerprint
recognition system and identified key challenges and
research opportunities in the field.
India has a very huge population of road travelers such as
two wheelers and four wheelers on roads. In many cases the
culprit often runs away. In India, hit and run cases occur
frequently.QuotingfromTOI“Shockingly,errantdrivershave
been traced and booked in only 10% oftheHitandRuncases.
30% of the road fatalities reported were Hit and Run case”
according to DP. Also recently 55 parents were jailed for
minor children’s vehicle driving in Hyderabad. The
verification of drivers on road individuallyisnotaneffortless
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 113
process, rather on scanning the globalization process; it is
quite a hard-hitting process.
This data is taken from the annual report given out by the
Road Authority of India. The data highlights the Hit & Run
cases throughout India which we would like to focus on and
increase the number of the culprits taken to the court.
Fig-2: Accidents caused because of Hit and Run during the
calendar year 2017
3. PROPOSED SYSTEM
3.1 Block Diagram
Fig -1: Proposed System Block Diagram
3.2 Hardware Requirement
a) Raspberry Pi 3 B+
b) Fingerprint Sensor
c) Pi camera
d) GPS Module
e) LCD Screen
3.3 Software Requirement
a) Python
b) PHP
c) JS
d) HTML5
e) CSS
3.4 Component Details
a. License detection & verification:
This process will compel the driver to carry the
driving license and hence non-licensed person will not be
able to access the vehicle thus providing safety to oneself
and society. If the card inserted in the system is valid license
card issued by the government, then vehicle will start
b. Vehicle Tracking:
In this process, the system will keep the track of
location on the website. Global Positioning System will be
used to track the vehicle.
c. Vehicle Type & Minor Driving:
Class of vehicles such as LMV, MCWOG, MCWG will
be checked to verify if the driver is allowed to drivethattype
of vehicle. Also, an underage person will not be allowed to
drive the vehicle thus preventing minor driving.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 114
d. Checking validity date of license:
It checks whether the license card is valid for the
provided vehicle on that given date.
4. Methodology
The system architectureconsistsofthefollowingfourphases:
a) User Identification
b) User Verification
c) Data Fetching
d) User Authentication
4.1. User Identification:
The first step is license scanning using camera and later,
extraction of Driver License number with use of image
processing and grabbing the hold of the Driving License
number issued by the respective authorities.
4.2. User Verification:
The verification of user i.e. driver is done by matching the
previously enrolled data in the database with the newly
scanned data. The vehicle type will be checked by verifying
with the driver’s vehicle type mentioned on license and the
desired vehicle.
4.3. Data Fetching:
It includes the fetching of biometric of the desired license
holder.
4.4. User Authentication:
The driver is required to provide his biometric detailsand
if it matches with the biometrics of our database, the vehicle
will start. A message will be sent to the owner’s registered
mobile number.
5. CONCLUSION
Driver authentication system restrictsthenon-licenseefrom
driving and provides safety to oneself and society. As the
system includes GPS, it will track the location of vehicle due
to which if any mishap happens the police can get location of
the vehicle. It checks the validity date to ensure that the
driver is still eligible to drive the provided vehicle. This can
reduce rate of accidents and speed up the judicial process.
This system will also check suspended or expired licenses.
REFERENCES
1. Sarika Fulpagare, Monali Kulkarni, Ankit Kumar,
Rahul Deshmukh, D.A.Phulke, “Survey on Finger
Print Based Authentication System”, IJIRSET, vol 6,
March 2017.
2. Divya Gangamwar,Akas Bande, Pallavi Gaykar , Dr.
Nilesh J Uke,“Need and challengesofdrivingLicense
Authentication Using Biometrics”,IJIACS, vol
6,October 2017.
3. Priyadarshini Patnaik D, Archana Thilagavathy,
Prasanna R. and Rama P, Finger print based license
authentication scheme for Indian scenario : A
review Archives of Applied Science Research,2015.
4. Economic Times (2019, June 27); Out of 43 lakh
cases pending in High Courts, over 8 lakh a decade
old. URL: http://bit.ly/30MqCtc
5. Royal Sundaram, hit-and-run case fine increaseto2
lakh
6. URL:https://www.royalsundaram.in/hit-and_run-
case fine-now-and-then
7. Masahiro Mimura, Shuichi Ishida and Yoichi Seto,
“Fingerprint Verification System on Smart Card ”,
2002
8. Bibhuti Bhushan Biswal,Bunil KumarBalabantaray,
Pritpal Singh and Tanjot Sethi, “Advanced Vehicle
Security System”, 2015.
9. S.Asif Hussain, Chandra Shekar Ramaiah, Yahya Al
Balushi and S.Zahid Hussain, “Smart Vehicle
Security SystemforDefendingAgainstCollaborative
Attacks by Malware”, 2016.
10. C.Viji R.Gokul , N.Hari KrishnanandBP.Kathiresan,”
Smart Vehicle Authentication and Due Date
Monitoring System using IoT ”, 2017.

More Related Content

What's hot

IRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident AnalysisIRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET Journal
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020
shoaibulhassanuos
 
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET Journal
 
IRJET- Identification of Accident Prone Spots using Mobile Application
IRJET- Identification of Accident Prone Spots using Mobile ApplicationIRJET- Identification of Accident Prone Spots using Mobile Application
IRJET- Identification of Accident Prone Spots using Mobile Application
IRJET Journal
 
India Biometrics Market Forecast and Opportunities, 2019
India Biometrics Market Forecast and Opportunities, 2019India Biometrics Market Forecast and Opportunities, 2019
India Biometrics Market Forecast and Opportunities, 2019
TechSci Research
 
India: Road transport and safety bill uncovered (2016)
India: Road transport and safety bill uncovered (2016)India: Road transport and safety bill uncovered (2016)
India: Road transport and safety bill uncovered (2016)
Rohit Sharma
 
Safety for School Children Transport Enhancement System
Safety for School Children Transport Enhancement SystemSafety for School Children Transport Enhancement System
Safety for School Children Transport Enhancement System
Associate Professor in VSB Coimbatore
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
IJRES Journal
 
RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism
IJECEIAES
 
Problems faced by RTO users
Problems faced by RTO usersProblems faced by RTO users
Problems faced by RTO users
Karthik Krishnan
 
IRJET- Online Election Management System
IRJET- Online Election Management SystemIRJET- Online Election Management System
IRJET- Online Election Management System
IRJET Journal
 
ICAR ASRB NET - Introduction
ICAR ASRB NET - IntroductionICAR ASRB NET - Introduction
ICAR ASRB NET - Introduction
Cereblence
 
IRJET - Smart Road Traffic Fine Management Process System
IRJET - Smart Road Traffic Fine Management Process SystemIRJET - Smart Road Traffic Fine Management Process System
IRJET - Smart Road Traffic Fine Management Process System
IRJET Journal
 
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
ijtsrd
 
IRJET - Speed Vigilance System
IRJET - Speed Vigilance SystemIRJET - Speed Vigilance System
IRJET - Speed Vigilance System
IRJET Journal
 
IRJET- Automative Impregnable Driving System
IRJET-  	  Automative Impregnable Driving SystemIRJET-  	  Automative Impregnable Driving System
IRJET- Automative Impregnable Driving System
IRJET Journal
 
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural NetworksIRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
IRJET Journal
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET Journal
 
Real Time Vehicle Tracking and Automatic Engine Lock System
Real Time Vehicle Tracking and Automatic Engine Lock SystemReal Time Vehicle Tracking and Automatic Engine Lock System
Real Time Vehicle Tracking and Automatic Engine Lock System
Associate Professor in VSB Coimbatore
 

What's hot (19)

IRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident AnalysisIRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident Analysis
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020
 
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
 
IRJET- Identification of Accident Prone Spots using Mobile Application
IRJET- Identification of Accident Prone Spots using Mobile ApplicationIRJET- Identification of Accident Prone Spots using Mobile Application
IRJET- Identification of Accident Prone Spots using Mobile Application
 
India Biometrics Market Forecast and Opportunities, 2019
India Biometrics Market Forecast and Opportunities, 2019India Biometrics Market Forecast and Opportunities, 2019
India Biometrics Market Forecast and Opportunities, 2019
 
India: Road transport and safety bill uncovered (2016)
India: Road transport and safety bill uncovered (2016)India: Road transport and safety bill uncovered (2016)
India: Road transport and safety bill uncovered (2016)
 
Safety for School Children Transport Enhancement System
Safety for School Children Transport Enhancement SystemSafety for School Children Transport Enhancement System
Safety for School Children Transport Enhancement System
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
 
RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism
 
Problems faced by RTO users
Problems faced by RTO usersProblems faced by RTO users
Problems faced by RTO users
 
IRJET- Online Election Management System
IRJET- Online Election Management SystemIRJET- Online Election Management System
IRJET- Online Election Management System
 
ICAR ASRB NET - Introduction
ICAR ASRB NET - IntroductionICAR ASRB NET - Introduction
ICAR ASRB NET - Introduction
 
IRJET - Smart Road Traffic Fine Management Process System
IRJET - Smart Road Traffic Fine Management Process SystemIRJET - Smart Road Traffic Fine Management Process System
IRJET - Smart Road Traffic Fine Management Process System
 
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
 
IRJET - Speed Vigilance System
IRJET - Speed Vigilance SystemIRJET - Speed Vigilance System
IRJET - Speed Vigilance System
 
IRJET- Automative Impregnable Driving System
IRJET-  	  Automative Impregnable Driving SystemIRJET-  	  Automative Impregnable Driving System
IRJET- Automative Impregnable Driving System
 
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural NetworksIRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
IRJET- i-Surveillance Crime Monitoring and Prevention using Neural Networks
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
 
Real Time Vehicle Tracking and Automatic Engine Lock System
Real Time Vehicle Tracking and Automatic Engine Lock SystemReal Time Vehicle Tracking and Automatic Engine Lock System
Real Time Vehicle Tracking and Automatic Engine Lock System
 

Similar to IRJET- Driver Authentication System

IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat Belt
IRJET Journal
 
Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)
IRJET Journal
 
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCEHELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
IRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET- UID Secure Travel Identity
IRJET- UID Secure Travel Identity
IRJET Journal
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR Code
IRJET Journal
 
accident Detection.pptx
accident Detection.pptxaccident Detection.pptx
accident Detection.pptx
shaharukhshaikh6
 
The Driving Analysis System through Wireless Network
The Driving Analysis System through Wireless NetworkThe Driving Analysis System through Wireless Network
The Driving Analysis System through Wireless Network
IOSR Journals
 
Automatic toll collection using optical code recognition and encryption
Automatic toll collection using optical code recognition and encryptionAutomatic toll collection using optical code recognition and encryption
Automatic toll collection using optical code recognition and encryption
eSAT Journals
 
IRJET- Intelligence Vehicle Monitoring System
IRJET- Intelligence Vehicle Monitoring SystemIRJET- Intelligence Vehicle Monitoring System
IRJET- Intelligence Vehicle Monitoring System
IRJET Journal
 
3M Secure Transportation System.
3M Secure Transportation System.3M Secure Transportation System.
3M Secure Transportation System.
IRJET Journal
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET Journal
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance System
IRJET Journal
 
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTPVIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
IRJET Journal
 
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEMSMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
IRJET Journal
 
ONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEMONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEM
IRJET Journal
 
IRJET- Car Pooling : Real Time Ride Sharing
IRJET-  	  Car Pooling : Real Time Ride SharingIRJET-  	  Car Pooling : Real Time Ride Sharing
IRJET- Car Pooling : Real Time Ride Sharing
IRJET Journal
 
Unified National Electoral System (UNES)
Unified National Electoral System (UNES)Unified National Electoral System (UNES)
Unified National Electoral System (UNES)
IRJET 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
 
IRJET- Automatic Traffic Management System
IRJET- Automatic Traffic Management SystemIRJET- Automatic Traffic Management System
IRJET- Automatic Traffic Management System
IRJET Journal
 
Smart Helmet Alcohol Detection and Sleep Alert
Smart Helmet Alcohol Detection and Sleep AlertSmart Helmet Alcohol Detection and Sleep Alert
Smart Helmet Alcohol Detection and Sleep Alert
ijtsrd
 

Similar to IRJET- Driver Authentication System (20)

IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat Belt
 
Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)
 
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCEHELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
 
IRJET- UID Secure Travel Identity
IRJET- UID Secure Travel IdentityIRJET- UID Secure Travel Identity
IRJET- UID Secure Travel Identity
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR Code
 
accident Detection.pptx
accident Detection.pptxaccident Detection.pptx
accident Detection.pptx
 
The Driving Analysis System through Wireless Network
The Driving Analysis System through Wireless NetworkThe Driving Analysis System through Wireless Network
The Driving Analysis System through Wireless Network
 
Automatic toll collection using optical code recognition and encryption
Automatic toll collection using optical code recognition and encryptionAutomatic toll collection using optical code recognition and encryption
Automatic toll collection using optical code recognition and encryption
 
IRJET- Intelligence Vehicle Monitoring System
IRJET- Intelligence Vehicle Monitoring SystemIRJET- Intelligence Vehicle Monitoring System
IRJET- Intelligence Vehicle Monitoring System
 
3M Secure Transportation System.
3M Secure Transportation System.3M Secure Transportation System.
3M Secure Transportation System.
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security System
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance System
 
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTPVIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
VIRTUAL VOTING SYSTEM USING FACE RECOGNITION AND OTP
 
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEMSMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
 
ONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEMONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEM
 
IRJET- Car Pooling : Real Time Ride Sharing
IRJET-  	  Car Pooling : Real Time Ride SharingIRJET-  	  Car Pooling : Real Time Ride Sharing
IRJET- Car Pooling : Real Time Ride Sharing
 
Unified National Electoral System (UNES)
Unified National Electoral System (UNES)Unified National Electoral System (UNES)
Unified National Electoral System (UNES)
 
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- Automatic Traffic Management System
IRJET- Automatic Traffic Management SystemIRJET- Automatic Traffic Management System
IRJET- Automatic Traffic Management System
 
Smart Helmet Alcohol Detection and Sleep Alert
Smart Helmet Alcohol Detection and Sleep AlertSmart Helmet Alcohol Detection and Sleep Alert
Smart Helmet Alcohol Detection and Sleep Alert
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 

Recently uploaded (20)

A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 

IRJET- Driver Authentication System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 112 Driver Authentication System Anuraag Khanna1, Mayuri Sadawarti2, Vaishnavi Aswale3, Kanchan Dhuri4 1Anuraag Khanna, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai, Maharashtra, India 2Mayuri Sadawarti, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai, Maharashtra, India 3Vaishnavi Aswale, Student, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai, Maharashtra, India 4Kanchan Dhuri, Professor, Dept. of Information Technology, Vidyalankar Institute of Technology, Mumbai, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – One of the most leading cause of fatality are vehicle accidents. Majorityoftheseaccidentsarecauseddueto improper driving of vehicles by non-licensed persons. So, to avoid non-licensed drivers to drive a vehicle and help to accelerate judicial proceedingsrelatedto theaccidentscaused on road, a new system is proposed. It aims at authenticating the driver’s license using an automated method. Tochecknon- licensees as of driving, the very unfailing person recognition system is biometric verification. Amongst all the biometric traits, fingerprint is the most popular, reliable and non- imitable biometric authenticationscheme. Theignitionsystem of the vehicle will start only after thesuccessfulauthentication process of the driver. The system will also consist of a web page accessed by the owner and authorities which provides information of the vehicle and its driver. Key Words: Driver Authentication, Safe Driving, Minor Driving Prevention, Vehicle Tracking, IOT 1. INTRODUCTION “Driving to save lives, time, and money in spite of the conditions around you and the actions of others.”-Thisis the slogan for Defensive Driving. In today’s world vehicle sales i.e. the use of vehicles is directly proportional to the population growth, thereby increasing the rate of accidents. Out of 43 lakh cases pending in High Courts,over8lakharea decade old [4]. These cases include thefts, minor Drivers i.e. un-licensed population, hit and run to name a few. Unlicensed driving is a matterofconcernforseveral reasons. It is possible that drivers who have not undergone appropriate training and testing may be deficient in some aspect of the knowledge and skills required to drive safely and efficiently. Also, Hit and Run cases are occurring more frequently these days, these are typical examples of getting involved in a road accident and then eloping from the accident site. Over 30 percent of all road accidents fall under this category, but only 10 percent are actually booked [5]. The proposed system concentratesonsecuringthevehicleto be driven by un-licensed drivers and keep a track on who was driving the vehicle at any instance. A person who is going to drive the vehicle, should slide his license in the device which will do the processing on the card and then keep his thumb on the fingerprint scanner which will capture the fingerprint and compare to the fingerprint mapped with the license number. If it matches thenand only then the ignition system will allow the vehicle to start, also a database is updated with the timestamp and licensenumber is created on the owner’s profile which will be reflected on their portal to keep a track. Incase a vehicle is stolen, the owner can check the website to see who is driving the vehicle and locate it using the GPS tracker installed and do the needful. 2. LITERATURE SURVEY Based on physical or behavioral traits, biometrics is described as the science of recognizing an individual. It's beginning to gain acceptance as a legitimate method to determine an identity of the individual.Abiometricoverview was provided and discussed by Jain et al (2006) which needed to be addressed to make biometric technology as an efficient tool to provide the security for information. The main contribution of the overview included the applications where the biometric scan can solve the issues pertaining to secure information and the challenges faced by a biometric system in real-world applications.Inspiteofthesechallenges the biometric technology isemergingasasecuredalternative to traditional authentication schemes like passwords, smart cards etc [3]. Of all the existing biometric technologies, fingerprint biometric system has several advantages which include high accuracy, ease to use, highly economical, etc. Fingerprint matching has been successfully used by law enforcement for more than a century. The technology is now finding many other applications such as identity management and access control. Jain et al (2010) described an automated fingerprint recognition system and identified key challenges and research opportunities in the field. India has a very huge population of road travelers such as two wheelers and four wheelers on roads. In many cases the culprit often runs away. In India, hit and run cases occur frequently.QuotingfromTOI“Shockingly,errantdrivershave been traced and booked in only 10% oftheHitandRuncases. 30% of the road fatalities reported were Hit and Run case” according to DP. Also recently 55 parents were jailed for minor children’s vehicle driving in Hyderabad. The verification of drivers on road individuallyisnotaneffortless
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 113 process, rather on scanning the globalization process; it is quite a hard-hitting process. This data is taken from the annual report given out by the Road Authority of India. The data highlights the Hit & Run cases throughout India which we would like to focus on and increase the number of the culprits taken to the court. Fig-2: Accidents caused because of Hit and Run during the calendar year 2017 3. PROPOSED SYSTEM 3.1 Block Diagram Fig -1: Proposed System Block Diagram 3.2 Hardware Requirement a) Raspberry Pi 3 B+ b) Fingerprint Sensor c) Pi camera d) GPS Module e) LCD Screen 3.3 Software Requirement a) Python b) PHP c) JS d) HTML5 e) CSS 3.4 Component Details a. License detection & verification: This process will compel the driver to carry the driving license and hence non-licensed person will not be able to access the vehicle thus providing safety to oneself and society. If the card inserted in the system is valid license card issued by the government, then vehicle will start b. Vehicle Tracking: In this process, the system will keep the track of location on the website. Global Positioning System will be used to track the vehicle. c. Vehicle Type & Minor Driving: Class of vehicles such as LMV, MCWOG, MCWG will be checked to verify if the driver is allowed to drivethattype of vehicle. Also, an underage person will not be allowed to drive the vehicle thus preventing minor driving.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 114 d. Checking validity date of license: It checks whether the license card is valid for the provided vehicle on that given date. 4. Methodology The system architectureconsistsofthefollowingfourphases: a) User Identification b) User Verification c) Data Fetching d) User Authentication 4.1. User Identification: The first step is license scanning using camera and later, extraction of Driver License number with use of image processing and grabbing the hold of the Driving License number issued by the respective authorities. 4.2. User Verification: The verification of user i.e. driver is done by matching the previously enrolled data in the database with the newly scanned data. The vehicle type will be checked by verifying with the driver’s vehicle type mentioned on license and the desired vehicle. 4.3. Data Fetching: It includes the fetching of biometric of the desired license holder. 4.4. User Authentication: The driver is required to provide his biometric detailsand if it matches with the biometrics of our database, the vehicle will start. A message will be sent to the owner’s registered mobile number. 5. CONCLUSION Driver authentication system restrictsthenon-licenseefrom driving and provides safety to oneself and society. As the system includes GPS, it will track the location of vehicle due to which if any mishap happens the police can get location of the vehicle. It checks the validity date to ensure that the driver is still eligible to drive the provided vehicle. This can reduce rate of accidents and speed up the judicial process. This system will also check suspended or expired licenses. REFERENCES 1. Sarika Fulpagare, Monali Kulkarni, Ankit Kumar, Rahul Deshmukh, D.A.Phulke, “Survey on Finger Print Based Authentication System”, IJIRSET, vol 6, March 2017. 2. Divya Gangamwar,Akas Bande, Pallavi Gaykar , Dr. Nilesh J Uke,“Need and challengesofdrivingLicense Authentication Using Biometrics”,IJIACS, vol 6,October 2017. 3. Priyadarshini Patnaik D, Archana Thilagavathy, Prasanna R. and Rama P, Finger print based license authentication scheme for Indian scenario : A review Archives of Applied Science Research,2015. 4. Economic Times (2019, June 27); Out of 43 lakh cases pending in High Courts, over 8 lakh a decade old. URL: http://bit.ly/30MqCtc 5. Royal Sundaram, hit-and-run case fine increaseto2 lakh 6. URL:https://www.royalsundaram.in/hit-and_run- case fine-now-and-then 7. Masahiro Mimura, Shuichi Ishida and Yoichi Seto, “Fingerprint Verification System on Smart Card ”, 2002 8. Bibhuti Bhushan Biswal,Bunil KumarBalabantaray, Pritpal Singh and Tanjot Sethi, “Advanced Vehicle Security System”, 2015. 9. S.Asif Hussain, Chandra Shekar Ramaiah, Yahya Al Balushi and S.Zahid Hussain, “Smart Vehicle Security SystemforDefendingAgainstCollaborative Attacks by Malware”, 2016. 10. C.Viji R.Gokul , N.Hari KrishnanandBP.Kathiresan,” Smart Vehicle Authentication and Due Date Monitoring System using IoT ”, 2017.