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: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1376
VEHICLE TRACKINGUSING NUMBER PLATE RECOGNIZATION AND
DRUNK AND DRIVE DETECTION SYSTEM
R. SWETHA1, Dr. G. Jose Moses2
M.Tech Scholar1, Professor2
1,2Department of Computer Science & Engineering, Raghu Engineering College, Dakamarri(V),
Visakhapatanam, AP, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - License plate localization is an important
stage in vehicle license plate recognition (ANPR) for
intelligent transport systems(cars etc..). This paper presents
a efficient real time method of license plate location. License
plate recognition has been widely studied, and the
advantage of image capture technology helps to enhance or
create new methods to achieve this objective. Due to the
rapid growth of highways and the extensive use of vehicles,
researchers launch more interest on proficient and accurate
intelligent transportation systems. In such circumstances, it
is difficult for identification of the vehicle number plate. The
above mentioned challenge is highlighted in Automatic
Number Plate Recognition of vehicle. For this, the concept of
Optical Character Recognition is used. This work presents a
strong technique for localization, segmentation and
recognition of the characters within the located plate. In
this work, a method for real time detection and
segmentation of car license plate based on image analyzing
processing techniques is presented. Here the optical
character recognition algorithm (OCR) is used to recognize
the individual character with the help of database stored for
each and every alphanumeric character. After recognizing
the license plate, the respective vehicle owner’s details will
be retrieved from the database. And these details can be
used for checking whether the vehicle is licensed or
registered.
Here we also add the concept of alcohol detection, if
alcohol was detected , then automatically notification will
be send to the nearby toll service or police station, and
activates the camera nearby toll service.camera clicks
number plate and number is extracted and sent to near by
police station along with the location using GPS module.
Key Words: ANPR, Drunk and drive detection, OCR Model,
GPS
1. INTRODUCTION
License plate localization is an important stage in vehicle
license plate recognition (ANPR) for intelligent transport
systems(cars etc..). This paper presents a efficient real
time method of license plate location. License plate
recognition has been widely studied, and the advantage of
image capture technology helps to enhance or create new
methods to achieve this objective. Due to the rapid growth
of highways and the extensive use of vehicles, researchers
launch more interest on proficient and accurate intelligent
transportation systems. In such circumstances, it is
difficult for identification of the vehicle number plate. The
above mentioned challenge is highlighted in Automatic
Number Plate Recognition of vehicle. For this, the concept
of Optical Character Recognition is used. This work
presents a strong technique for localization, segmentation
and recognition of the characters within the located plate.
In this work, a method for real time detection and
segmentation of car license plate based on image
analyzing processing techniques is presented. Here the
optical character recognition algorithm (OCR) is used to
recognize the individual character with the help of
database stored for each and every alphanumeric
character. After recognizing the license plate, the
respective vehicle owner’s details will be retrieved from
the database. And these details can be used for checking
whether the vehicle is licensed or registered.
Here we also add the concept of alcohol detection, if
alcohol was detected , then automatically notification will
be send to the nearby toll service or police station, and
activates the camera nearby toll service .camera clicks
number plate and number is extracted and sent to near by
police station along with the location using GPS module.
Automatic vehicle license plate recognition system(ANPR)
plays a important role in real time such as in parking, toll
gates collection and road traffic monitoring(Traffic lights).
This system recognizes a vehicle’s number plate in the
form of an image by digital camera(raspberry pi cameras
etc..). It is fulfilled by sequence of techniques such as
image acquisition(capturing the image of licence plate)
localizing the license plate character(assigns place to
characters number plate),segmentation (locating and
finding individual characters on the License plate of the
vehicle)and optical character recognition(OCR
algorithm).Now a day’s, recognition or identifying the
information present on the moving objects is turning of
great importance. The increasing human dwelling and the
growth of industry arena in the current scenario has made
vehicle a mandatory need which in turn leads into a
serious traffic issues.
The major accidents in the world, more than 50% are
caused due to menace of driving under the influence of
alcohol consumption. Therefore, since the death due to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1377
drunken-driving has assumed proportion larger than one
can imagine, it requires immediate attention. This paper
attempts to explore the possibility of using System would
detect the level of alcohol content in the blood (BAC) and
prevent “very-start” of the motor vehicle. This System
aims at preventing the user from driving when drunk and
reduces accidents due to drunk and drive and saves lives..
The model is created using Raspberry pi zero w and
Alcohol detecting sensor. The alcohol detecting sensor
(MQ-3) when connected to a Raspberrypi detects the level
of alcohol content in blood by analysing driver’s breath.
The MQ-3 alcohol sensor is embedded (placed) at the
center of the steering wheel (IOT) so that whenever the
driver exhales the sensor measures and detects the
alcohol content level, analyses whether it is within the
“safe” limit or not, before starting or allowing the ignition
of the “motor-engine”. The “ legal limit of alcohol level in
India is 0.03%, which means 30 microliters of alcohol in
100 ml of blood. Needless, to say as and when the excess-
alcohol content(more than 0.03% alcohol content) gets
detected it sets up alarm or buzzer. The placing of the
alcohol-sensor at the middle of the steering wheel ensures
that the detection of alcohol-content is limited to the
driver’s seat and does not take into the account the alcohol
content in the blood of the fellow-passengers(BAC). The
paper attempts to produce the design and operation of the
“model-device “that when produced commercially can
help avoid accidents due to drunk and drive and save
precious life lost to reckless driving under the influence of
alcohol.
In the case of alcohol detection(if alcohol contentis
greater than 0.03%), vehicle tracking (With GPS tracking
is necessary to control the accidents caused due to drunk
and drive. For this vehicle tracking GPS module is used
along with Rasberrypi.
Numberplate recognition procedure is generally divided
into four parts are
1)Image acquisition is capturing the image of the license
plate (Number plate of the vehicle)
2)Pre-processing the image is limiting the area of the
license plate
3)Character segmentation i.e. locating and finding the
individual symbol or character image on the plate
4)Optical character recognition is identification of
printed characters using photoelectric devices and
computer software.
Hence when alcohol is detection, image is captured and
number is extracted through OCR model.
Then along with number, location(through gps modules)
is sent to near by police station through email.
2. METHOD
Three Raspberry pis are used and python language are
used in this project.
In first raspberry pi, Mq3 alcohol sensor and gps module
are connected. First raspberry pi is placed in Car.
Raspberry pi Cameras are connected to second raspberry
pi or third raspberry pi. 2 nd and 3 rd raspberry pis are
fixed in position and gps values are noted.
STEP1: Alcohol percentage is detected using mq3 sensor
and if alcohol percentage is more than 30%, and gps of car
is equal to gps of camera(second raspberry pi or third
raspberry pi )It sends event to second raspberry pi or
third raspberry pi using socket programming.[1]
STEP2: Camera1 or camera2 captures the image
according to gps of car. [2]
STEP3: This imaged proceesed (OCR MODEL) and number
is extracted. [3]
STEP4: Number is sent to Main application and stored in
database.[4]
STEP5: When user Enters Vehicle number, Main
Application (developed with Tkinter) [5] displays Path of
Vehicle, by comparing with Vehicle number stored in
database along this camera nos(As cameras location is
fixed) and google map of car location.
Fig.1. Vehicle tracking using number plate recognization
and drunk and drive detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1378
3. RESULTS
When python simpletst.py is executed, Alcohol percentage
is displayed as below..
Fig.2. ALCOHOL DETECTION
When python cam.py is executed, number extracted is
displayed as below.
Fig.3. NUMBER EXTRACTION USING OCR MODEL
When python gps.py is executed, latitude and longitude
are displayed as follows
Fig.4. FINDING GPS COORDINATES
An application is developed using Tkinter module in
python and icon is created. When icon clicked displays as
follows to eneter vehicle number
Fig.5. Enter vehicle number
Displays path of the vehicle as follows..
Fig.6. PATH OF THE VEHICLE
Then displays google map location of the vehicle as
follows.
Fig.7. GOOGLE MAP OF VEHICLE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1379
4. CONCLUSIONS
In this paper, an Sophisticated ANPR system for for
tracking vehicle(with GPS tracking) and drunk drive
detection system is proposed. The main advantage of our
system is to alert to police control room if drunk and drive
is dtected. We have tested this system in real time, Alert is
sent automatically to police control room through email if
drunk and drive is detected. If detected drunk and drive
immediately vehicle number is also sent to the police
control room. We assure
In future with this system, major accidents due to drunk
and drive can be avoided. Alerts will be immediately sent
is alcohol detected with gps location and number of the
vehicle.
5. REFERENCES
[1]https://tutorials-raspberrypi.com/configure-and-read-
out-the-raspberry-pi-gas-sensor-mq-x/
[2]https://www.electronicwings.com/raspberry-pi/pi-
camera-module-interface-with-raspberry-pi-using-
python]
[3]https://www.pyimagesearch.com/2018/09/17/openc
v-ocr-and-text-recognition-with-tesseract/
[4]https://www.geeksforgeeks.org/socket-programming-
python/
[5]https://www.geeksforgeeks.org/python-gui-tkinter/
BIOGRAPHIES
R.SWETHA Pursuing her Mtech in
the department of Computer
scienceand Engineering, Raghu
engineering college, Dakamarri
Village, Bhimunipatnam Mandal,
Vishakapatnam, A.P, India,
Autonomous. Sheobtained her
BTech(IT) from Raghu Institute of
Technology, Vishakapatnam
Dr. G. Jose Moses is working as
Professor, in the department of
Computer Science and Engineering,
Raghu Engineering College
(Autonomous), Visakhapatnam. He is
Approved Research Supervisor for JNTUK.
He obtained his B.Tech(CSE) from
JNTUH, M.Tech(CSE) from ANU, Ph.D(CSE) from AKNU. He
has presented and published papers in National and
International conferences. He published several papers in
International Journals. He is active member of various
professional bodies. His current research is focused on
Communication Networks, Cloud Computing, Software
Engineering and Data Mining.

More Related Content

What's hot

IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCRIRJET Journal
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET Journal
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET Journal
 
Care – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and NotificationCare – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and Notificationijtsrd
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
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 encryptioneSAT Journals
 
IRJET- Digitalized Vehicle Identification and Paperless Drivers
IRJET-  	  Digitalized Vehicle Identification and Paperless DriversIRJET-  	  Digitalized Vehicle Identification and Paperless Drivers
IRJET- Digitalized Vehicle Identification and Paperless DriversIRJET Journal
 
333333333333
333333333333333333333333
333333333333Mukesh M
 
Bionic Person for Issuing of RTO License
Bionic Person for Issuing of RTO LicenseBionic Person for Issuing of RTO License
Bionic Person for Issuing of RTO Licenseijtsrd
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET Journal
 
Drunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry PiDrunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry Piijtsrd
 
IRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET Journal
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring systemIRJET Journal
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET Journal
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoTIRJET Journal
 
Fatigue report (1)
Fatigue report (1)Fatigue report (1)
Fatigue report (1)Anmol Bassi
 
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, PuneIRJET Journal
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...IJSRD
 
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET Journal
 

What's hot (20)

IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle Control
 
Care – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and NotificationCare – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and Notification
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
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- Digitalized Vehicle Identification and Paperless Drivers
IRJET-  	  Digitalized Vehicle Identification and Paperless DriversIRJET-  	  Digitalized Vehicle Identification and Paperless Drivers
IRJET- Digitalized Vehicle Identification and Paperless Drivers
 
333333333333
333333333333333333333333
333333333333
 
Bionic Person for Issuing of RTO License
Bionic Person for Issuing of RTO LicenseBionic Person for Issuing of RTO License
Bionic Person for Issuing of RTO License
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
 
Drunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry PiDrunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry Pi
 
IRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image Processing
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoT
 
Fatigue report (1)
Fatigue report (1)Fatigue report (1)
Fatigue report (1)
 
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
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
 
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...IRJET-  	  Traffic Sign Board Detection and Voice Alert System Along with Spe...
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
 

Similar to Vehicle Tracking and Drunk Detection Using ANPR

IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET Journal
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET Journal
 
Accident Avoidance by using Road Sign Recognition System
Accident Avoidance by using Road Sign Recognition SystemAccident Avoidance by using Road Sign Recognition System
Accident Avoidance by using Road Sign Recognition SystemIRJET Journal
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMIRJET Journal
 
IRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET Journal
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORIRJET Journal
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingIRJET Journal
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET Journal
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd Iaetsd
 
IRJET- Drivers Stupor Scrutinizing System
IRJET-  	  Drivers Stupor Scrutinizing SystemIRJET-  	  Drivers Stupor Scrutinizing System
IRJET- Drivers Stupor Scrutinizing SystemIRJET Journal
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET Journal
 
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...IRJET Journal
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUXIRJET Journal
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...IRJET Journal
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technologydbpublications
 

Similar to Vehicle Tracking and Drunk Detection Using ANPR (20)

IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
Accident Avoidance by using Road Sign Recognition System
Accident Avoidance by using Road Sign Recognition SystemAccident Avoidance by using Road Sign Recognition System
Accident Avoidance by using Road Sign Recognition System
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEM
 
IRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert System
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
20120130402031
2012013040203120120130402031
20120130402031
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using Arduino
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSOR
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anpr
 
IRJET- Drivers Stupor Scrutinizing System
IRJET-  	  Drivers Stupor Scrutinizing SystemIRJET-  	  Drivers Stupor Scrutinizing System
IRJET- Drivers Stupor Scrutinizing System
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for Drivers
 
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUX
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technology
 

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

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(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
 
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
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(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
 

Recently uploaded (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(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...
 
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...
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(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...
 

Vehicle Tracking and Drunk Detection Using ANPR

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1376 VEHICLE TRACKINGUSING NUMBER PLATE RECOGNIZATION AND DRUNK AND DRIVE DETECTION SYSTEM R. SWETHA1, Dr. G. Jose Moses2 M.Tech Scholar1, Professor2 1,2Department of Computer Science & Engineering, Raghu Engineering College, Dakamarri(V), Visakhapatanam, AP, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - License plate localization is an important stage in vehicle license plate recognition (ANPR) for intelligent transport systems(cars etc..). This paper presents a efficient real time method of license plate location. License plate recognition has been widely studied, and the advantage of image capture technology helps to enhance or create new methods to achieve this objective. Due to the rapid growth of highways and the extensive use of vehicles, researchers launch more interest on proficient and accurate intelligent transportation systems. In such circumstances, it is difficult for identification of the vehicle number plate. The above mentioned challenge is highlighted in Automatic Number Plate Recognition of vehicle. For this, the concept of Optical Character Recognition is used. This work presents a strong technique for localization, segmentation and recognition of the characters within the located plate. In this work, a method for real time detection and segmentation of car license plate based on image analyzing processing techniques is presented. Here the optical character recognition algorithm (OCR) is used to recognize the individual character with the help of database stored for each and every alphanumeric character. After recognizing the license plate, the respective vehicle owner’s details will be retrieved from the database. And these details can be used for checking whether the vehicle is licensed or registered. Here we also add the concept of alcohol detection, if alcohol was detected , then automatically notification will be send to the nearby toll service or police station, and activates the camera nearby toll service.camera clicks number plate and number is extracted and sent to near by police station along with the location using GPS module. Key Words: ANPR, Drunk and drive detection, OCR Model, GPS 1. INTRODUCTION License plate localization is an important stage in vehicle license plate recognition (ANPR) for intelligent transport systems(cars etc..). This paper presents a efficient real time method of license plate location. License plate recognition has been widely studied, and the advantage of image capture technology helps to enhance or create new methods to achieve this objective. Due to the rapid growth of highways and the extensive use of vehicles, researchers launch more interest on proficient and accurate intelligent transportation systems. In such circumstances, it is difficult for identification of the vehicle number plate. The above mentioned challenge is highlighted in Automatic Number Plate Recognition of vehicle. For this, the concept of Optical Character Recognition is used. This work presents a strong technique for localization, segmentation and recognition of the characters within the located plate. In this work, a method for real time detection and segmentation of car license plate based on image analyzing processing techniques is presented. Here the optical character recognition algorithm (OCR) is used to recognize the individual character with the help of database stored for each and every alphanumeric character. After recognizing the license plate, the respective vehicle owner’s details will be retrieved from the database. And these details can be used for checking whether the vehicle is licensed or registered. Here we also add the concept of alcohol detection, if alcohol was detected , then automatically notification will be send to the nearby toll service or police station, and activates the camera nearby toll service .camera clicks number plate and number is extracted and sent to near by police station along with the location using GPS module. Automatic vehicle license plate recognition system(ANPR) plays a important role in real time such as in parking, toll gates collection and road traffic monitoring(Traffic lights). This system recognizes a vehicle’s number plate in the form of an image by digital camera(raspberry pi cameras etc..). It is fulfilled by sequence of techniques such as image acquisition(capturing the image of licence plate) localizing the license plate character(assigns place to characters number plate),segmentation (locating and finding individual characters on the License plate of the vehicle)and optical character recognition(OCR algorithm).Now a day’s, recognition or identifying the information present on the moving objects is turning of great importance. The increasing human dwelling and the growth of industry arena in the current scenario has made vehicle a mandatory need which in turn leads into a serious traffic issues. The major accidents in the world, more than 50% are caused due to menace of driving under the influence of alcohol consumption. Therefore, since the death due to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1377 drunken-driving has assumed proportion larger than one can imagine, it requires immediate attention. This paper attempts to explore the possibility of using System would detect the level of alcohol content in the blood (BAC) and prevent “very-start” of the motor vehicle. This System aims at preventing the user from driving when drunk and reduces accidents due to drunk and drive and saves lives.. The model is created using Raspberry pi zero w and Alcohol detecting sensor. The alcohol detecting sensor (MQ-3) when connected to a Raspberrypi detects the level of alcohol content in blood by analysing driver’s breath. The MQ-3 alcohol sensor is embedded (placed) at the center of the steering wheel (IOT) so that whenever the driver exhales the sensor measures and detects the alcohol content level, analyses whether it is within the “safe” limit or not, before starting or allowing the ignition of the “motor-engine”. The “ legal limit of alcohol level in India is 0.03%, which means 30 microliters of alcohol in 100 ml of blood. Needless, to say as and when the excess- alcohol content(more than 0.03% alcohol content) gets detected it sets up alarm or buzzer. The placing of the alcohol-sensor at the middle of the steering wheel ensures that the detection of alcohol-content is limited to the driver’s seat and does not take into the account the alcohol content in the blood of the fellow-passengers(BAC). The paper attempts to produce the design and operation of the “model-device “that when produced commercially can help avoid accidents due to drunk and drive and save precious life lost to reckless driving under the influence of alcohol. In the case of alcohol detection(if alcohol contentis greater than 0.03%), vehicle tracking (With GPS tracking is necessary to control the accidents caused due to drunk and drive. For this vehicle tracking GPS module is used along with Rasberrypi. Numberplate recognition procedure is generally divided into four parts are 1)Image acquisition is capturing the image of the license plate (Number plate of the vehicle) 2)Pre-processing the image is limiting the area of the license plate 3)Character segmentation i.e. locating and finding the individual symbol or character image on the plate 4)Optical character recognition is identification of printed characters using photoelectric devices and computer software. Hence when alcohol is detection, image is captured and number is extracted through OCR model. Then along with number, location(through gps modules) is sent to near by police station through email. 2. METHOD Three Raspberry pis are used and python language are used in this project. In first raspberry pi, Mq3 alcohol sensor and gps module are connected. First raspberry pi is placed in Car. Raspberry pi Cameras are connected to second raspberry pi or third raspberry pi. 2 nd and 3 rd raspberry pis are fixed in position and gps values are noted. STEP1: Alcohol percentage is detected using mq3 sensor and if alcohol percentage is more than 30%, and gps of car is equal to gps of camera(second raspberry pi or third raspberry pi )It sends event to second raspberry pi or third raspberry pi using socket programming.[1] STEP2: Camera1 or camera2 captures the image according to gps of car. [2] STEP3: This imaged proceesed (OCR MODEL) and number is extracted. [3] STEP4: Number is sent to Main application and stored in database.[4] STEP5: When user Enters Vehicle number, Main Application (developed with Tkinter) [5] displays Path of Vehicle, by comparing with Vehicle number stored in database along this camera nos(As cameras location is fixed) and google map of car location. Fig.1. Vehicle tracking using number plate recognization and drunk and drive detection
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1378 3. RESULTS When python simpletst.py is executed, Alcohol percentage is displayed as below.. Fig.2. ALCOHOL DETECTION When python cam.py is executed, number extracted is displayed as below. Fig.3. NUMBER EXTRACTION USING OCR MODEL When python gps.py is executed, latitude and longitude are displayed as follows Fig.4. FINDING GPS COORDINATES An application is developed using Tkinter module in python and icon is created. When icon clicked displays as follows to eneter vehicle number Fig.5. Enter vehicle number Displays path of the vehicle as follows.. Fig.6. PATH OF THE VEHICLE Then displays google map location of the vehicle as follows. Fig.7. GOOGLE MAP OF VEHICLE
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1379 4. CONCLUSIONS In this paper, an Sophisticated ANPR system for for tracking vehicle(with GPS tracking) and drunk drive detection system is proposed. The main advantage of our system is to alert to police control room if drunk and drive is dtected. We have tested this system in real time, Alert is sent automatically to police control room through email if drunk and drive is detected. If detected drunk and drive immediately vehicle number is also sent to the police control room. We assure In future with this system, major accidents due to drunk and drive can be avoided. Alerts will be immediately sent is alcohol detected with gps location and number of the vehicle. 5. REFERENCES [1]https://tutorials-raspberrypi.com/configure-and-read- out-the-raspberry-pi-gas-sensor-mq-x/ [2]https://www.electronicwings.com/raspberry-pi/pi- camera-module-interface-with-raspberry-pi-using- python] [3]https://www.pyimagesearch.com/2018/09/17/openc v-ocr-and-text-recognition-with-tesseract/ [4]https://www.geeksforgeeks.org/socket-programming- python/ [5]https://www.geeksforgeeks.org/python-gui-tkinter/ BIOGRAPHIES R.SWETHA Pursuing her Mtech in the department of Computer scienceand Engineering, Raghu engineering college, Dakamarri Village, Bhimunipatnam Mandal, Vishakapatnam, A.P, India, Autonomous. Sheobtained her BTech(IT) from Raghu Institute of Technology, Vishakapatnam Dr. G. Jose Moses is working as Professor, in the department of Computer Science and Engineering, Raghu Engineering College (Autonomous), Visakhapatnam. He is Approved Research Supervisor for JNTUK. He obtained his B.Tech(CSE) from JNTUH, M.Tech(CSE) from ANU, Ph.D(CSE) from AKNU. He has presented and published papers in National and International conferences. He published several papers in International Journals. He is active member of various professional bodies. His current research is focused on Communication Networks, Cloud Computing, Software Engineering and Data Mining.