SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 54
Automatic Traffic Management System
Rohit Jadhav1, Prathamesh Joshi2, Rushali More3, Chaitali Bhadane4, Harshali Neve5,
Prof. Rushikesh S. Bhalerao6
[1][2][3][4][5]BE Students, [6]Professor (Internal Guide)
Dept of Information Technology, SVIT, Nashik, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - For the cities like Mumbai which says “Never
sleep” and having a lot of problems regarding the traffic
congestions, cities have to pay for it, in several ways such as
more fuel consumption, longer traffic jams, time wastage,
infrastructure damage, loss of lives and goods, health issues. A
city like Delhi, is continuously undergoing major issues
regarding traffic due to it’s narrow roads, hence it becomes
mandatory to manage traffic their. Narrow roads can easily
cause devastating traffic jams which can lasts for hours. Aswe
are already moving towards "Smart City", we have a high
number of technologies, to help us reach our destination,
examples can be of variety of ranges fromGooglemaps, simple
signs on roads of traffic related rules, and specifically some
electronic equipments established by some private or
government companies informing about weather conditions,
time, traffic jams, routes etc. In our proposed system, we are
going to use real time traffic data from CCTV cameras, we are
going to processes that data using a Raspberry pi
microcontroller, and by extracting meaningful information
from real time traffic data such as vehicle types, density of
traffic, emergency vehicles, suchasambulances, policevehicles
etc. we are going to assign various traffic signal times
according to density at that specific road. This we are goingto
achieve using IoT, Machine learning. We are going to use
HAAR Cascade algorithm specifically for drawing boundaries
around vehicles, and same algorithm will get used for vehicle
identification.
Key Words: CCTV, Raspberry pi, Edge detection, HAAR
Cascade, IoT, Machine Learning.
1. INTRODUCTION
WHO launched Global report on road safety in
December 2018 which says traffic deaths increased to 1.35
million, an major reason of killer of people aged 5-29
years.[1] Jams are not only frustrating, they are also a major
contributor to air pollution, and that’s bad not just for our
climate, but everybody’s health too. Congestion in83largest
areas in US caused more than 2000 deaths, US drivers are
stuck in 42 hours in traffic costing $121bn in time and fuel
[2]
This and all related problems can be overcomewith
the use of IoT and Machine Learning. The aim of thispaperis
to build a suitable model for solving such problems, with
integration of Raspberry Pi, an microcontroller, along with
CCTV cameras mounted on significant places with Image
processing algorithms. In previous papers canny edge
detection algorithms was used, the main drawback of this
algorithm was it takes lots of time due to it's reach
computations and it is very complex to be implemented on
real time data. We are using HAAR Cascade algorithm, the
main reason behind it is it's computation speed, it is faster
than Canny edge detection, around 60 microprocessor
instructions are required tocalculatea 2rectangularfeature.
1.1 Motivation
We already have some of the very advanced systems to
help management of traffic. Thus, this study is focuses not
only on traffic congestion, but also focuses various other
aspects such as emergency vehicle rescue, culprit catching
etc. The CCTV camera mounted on signals used for traffic
surveillance can be used for various other purposes such as
number plate identification and culprit catching. Several
ways can be used to manage traffic,weareprimarilyworking
on IoT integration with Machine Learning to understand
traffic patterns, extraction of knowledge from the same, and
future prediction of traffic patterns to help drivers finding
optimal route.
2. Literature Survey
Traffic congestion is a major problem in many cities, main
reason is increased interest in buying private vehicles, less
wide roads and management failures.Trafficmanagementis
currently handled by human resource with thehelpoftraffic
police and CCTV camera mounted on significant places for
surveillance. This surveillance is carried out manually by
humans sitting in control station. The main defect in human
resource use is it’s lack in efficiency and effectiveness. Many
people tried may solutions using IoT and Machine learning
to tackle this problems.
Before designing our system wesurveyedonvariouspapers,
following is their overview and some flaws that found:
First paper that we studied was “Automated Traffic
Monitoring UsingImageVision”byR.Krishnamoorthy, Sethu
Manickam published in 2018. The main drawback in this
proposed system was canny edge detection the algorithm
was bit complex due to it’s computation and take more time,
hence not suitable for real time data computation. Second
paper was “IoT based smart traffic signal monitoringsystem
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 55
using vehicles counts” published in 2018, in this authorused
IR sensors. The main drawback was the used IR sensor. IR
sensor was counting vehicles by disturbance in IR signal.
Laser of IR signal can get disturbed by many other entities
such as animals, pedestrians.
Last paper was “IoT Based Traffic Management System” by
Mahesh Lakshminarasimhan in 2016, the main drawback of
this paper was it consumes more costs. It requires RFID
mechanisms to get installed in every car to get tracked and
needs to install IR sensor to get installed on road with
required substations.
3. Proposed System
Our proposed system consists of mainly 2 modules, one is
calculating optimal time for signal by calculating density of
traffic on each road section and second module is
identification of emergency vehicles using real time traffic
data.
First module is to calculate optimal time for signal. We are
going to use CCTV cameras mounted on signals and various
regions for collection of real time traffic data collection.This
real time traffic data is then processed with the help of
Raspberry pi and cloud based server for faster calculation.
Various Machine learning algorithms will get used for
understanding traffic patterns for further deep study and
future traffic predictions. Roundrobinalgorithmcanbeused
to scheduling traffic signals. A threshold time will get
allocate to each junction after understanding traffic pattern.
After that density will get calculated,ifthecalculateddensity
is less than that of threshold density then the traffic signal
will get released, if the calculated traffic densityismorethan
threshold density then more time will get allocate to that
respected signal.
Second module is identification an classification of vehicles.
Thus module will help in density calculation as without
identifying vehicles we will be unable to count density. For
identification and verification of vehicles wearegoingto use
HAAR cascade algorithm. HAAR cascade is more efficient
than canny edge detection is several ways, it has complex
calculation but is able to work with real time data. HAAR
classifier will get trained by number of vehicle images, so
that it will easily identify emergency vehicles such as
Ambulances and Police Vehicles. This will be helpful for
emergency timings.
4. Algorithms
4.1 Vehicle Identification.
Figure 4.1: Vehicle Identification
Step 1: Collection of labeled dataset of vehicles.
Step 2: Design HAAR Classifier.
Step 3: Train Classifier on labeled dataset.
Step 4: Identify vehicles with Classifier.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 56
4.2 Optimal Time Calculation.
Figure 4.2: Optimal Time Calculation
Step 1: Calculate density of real time traffic.
Step 2: Compare density with threshold density.
Step 3: If density is less than threshold density then allocate
time less than threshold time, else allocate time
greater than threshold time.
Step 4: Release Signal.
5. CONCLUSION
The efficient algorithms are used to design the modules.The
proposed system will be a smart and intelligent that will
monitor, analyze, and will take decisions according to the
steps mentioned. It will minimize the time for vehicle delay
and will help the society in various methods. It will consume
minimum power. The battery issue for thisproposedsystem
can be solved by using solar panels or the energy generated
from the steps generated by people.
REFERENCES
[1] WHO News, Violence and Injury Prevention, Global
status report on road safety 2018,
<https://www.who.int/violence_injury_prevention/roa
d_safety_status/2018/en/>
[2] BBC News, Can a city be traffic jam free? 2014
< https://www.bbc.com/future/article/20140611-can-
we-ever-end-traffic-jams>
[3] R.Krishnamoorthy,SethuManickam,“Automated Traffic
Monitoring Using Image Vision”, IEEE Xplore Compliant
-PartNumber:CFP18BAC-ART;ISBN:978-1-5386-1974-
2(ICICCT 2018)
[4] Senthil Kumar Janahan, Veeramanickam Murugappan,
Kumar Narayanan, "IoT based smart traffic signal
monitoring system using vehicles counts.",
ResearchGate April 2018 DOI:
10.14419/ijet.v7i2.21.12388.
[5] [5] Mahesh Lakshminarasimhan, "IoT Based Traffic
Management System", ResearchGate, March 2016.

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 AnalysisIRJET Journal
 
IRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET Journal
 
Intelligent Parking System
Intelligent Parking SystemIntelligent Parking System
Intelligent Parking Systemijtsrd
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPSIRJET Journal
 
Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance	Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance journal ijrtem
 
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
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...IRJET Journal
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020shoaibulhassanuos
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking SystemIRJET Journal
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Journal Papers
 
A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things IJECEIAES
 
IRJET- Identification of Crime and Accidental Area using IoT
IRJET- Identification of Crime and Accidental Area using IoTIRJET- Identification of Crime and Accidental Area using IoT
IRJET- Identification of Crime and Accidental Area using IoTIRJET Journal
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET Journal
 
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoTIRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoTIRJET Journal
 
Cloud-based people counter
Cloud-based people counterCloud-based people counter
Cloud-based people counterjournalBEEI
 
IRJET - Analysis on IoT and Machine Learning Fusion
IRJET - Analysis on IoT and Machine Learning FusionIRJET - Analysis on IoT and Machine Learning Fusion
IRJET - Analysis on IoT and Machine Learning FusionIRJET Journal
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET Journal
 
Mi health care - multi-tenant health care system
Mi health care - multi-tenant health care systemMi health care - multi-tenant health care system
Mi health care - multi-tenant health care systemConference Papers
 

What's hot (20)

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- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey Buildings
 
Intelligent Parking System
Intelligent Parking SystemIntelligent Parking System
Intelligent Parking System
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
 
Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance	Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance
 
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
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking System
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...
 
A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things
 
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEMMOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
 
IRJET- Identification of Crime and Accidental Area using IoT
IRJET- Identification of Crime and Accidental Area using IoTIRJET- Identification of Crime and Accidental Area using IoT
IRJET- Identification of Crime and Accidental Area using IoT
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection System
 
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoTIRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
 
Cloud-based people counter
Cloud-based people counterCloud-based people counter
Cloud-based people counter
 
IRJET - Analysis on IoT and Machine Learning Fusion
IRJET - Analysis on IoT and Machine Learning FusionIRJET - Analysis on IoT and Machine Learning Fusion
IRJET - Analysis on IoT and Machine Learning Fusion
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
 
Mi health care - multi-tenant health care system
Mi health care - multi-tenant health care systemMi health care - multi-tenant health care system
Mi health care - multi-tenant health care system
 

Similar to IRJET- Automatic Traffic Management System

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
 
IRJET- Trafficop Android Application for Management of Traffic Violations
IRJET-  	  Trafficop Android Application for Management of Traffic ViolationsIRJET-  	  Trafficop Android Application for Management of Traffic Violations
IRJET- Trafficop Android Application for Management of Traffic ViolationsIRJET Journal
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET Journal
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET Journal
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET Journal
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET Journal
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET 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
 
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...IRJET Journal
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection AutomationIRJET Journal
 
AMI based smart parking system
AMI based smart parking systemAMI based smart parking system
AMI based smart parking systemsandeepsss
 
IRJET- Car Automation using IoT
IRJET-  	  Car Automation using IoTIRJET-  	  Car Automation using IoT
IRJET- Car Automation using IoTIRJET Journal
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET Journal
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET Journal
 
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...IRJET Journal
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET Journal
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 

Similar to IRJET- Automatic Traffic Management System (20)

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
 
IRJET- Trafficop Android Application for Management of Traffic Violations
IRJET-  	  Trafficop Android Application for Management of Traffic ViolationsIRJET-  	  Trafficop Android Application for Management of Traffic Violations
IRJET- Trafficop Android Application for Management of Traffic Violations
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoT
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR Code
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation System
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A Review
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysis
 
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...
 
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...
Automated Toll Collection System with Vehicle Categorization and Enhanced Sec...
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection Automation
 
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
 
AMI based smart parking system
AMI based smart parking systemAMI based smart parking system
AMI based smart parking system
 
IRJET- Car Automation using IoT
IRJET-  	  Car Automation using IoTIRJET-  	  Car Automation using IoT
IRJET- Car Automation using IoT
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated Vehicle
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring System
 
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...
A review study on Vehicle Anti-Theft Immobilization System using Face Recogni...
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)
 
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 

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

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
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
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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 Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
(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
 
(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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
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
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
(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...
 
(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...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

IRJET- Automatic Traffic Management System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 54 Automatic Traffic Management System Rohit Jadhav1, Prathamesh Joshi2, Rushali More3, Chaitali Bhadane4, Harshali Neve5, Prof. Rushikesh S. Bhalerao6 [1][2][3][4][5]BE Students, [6]Professor (Internal Guide) Dept of Information Technology, SVIT, Nashik, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - For the cities like Mumbai which says “Never sleep” and having a lot of problems regarding the traffic congestions, cities have to pay for it, in several ways such as more fuel consumption, longer traffic jams, time wastage, infrastructure damage, loss of lives and goods, health issues. A city like Delhi, is continuously undergoing major issues regarding traffic due to it’s narrow roads, hence it becomes mandatory to manage traffic their. Narrow roads can easily cause devastating traffic jams which can lasts for hours. Aswe are already moving towards "Smart City", we have a high number of technologies, to help us reach our destination, examples can be of variety of ranges fromGooglemaps, simple signs on roads of traffic related rules, and specifically some electronic equipments established by some private or government companies informing about weather conditions, time, traffic jams, routes etc. In our proposed system, we are going to use real time traffic data from CCTV cameras, we are going to processes that data using a Raspberry pi microcontroller, and by extracting meaningful information from real time traffic data such as vehicle types, density of traffic, emergency vehicles, suchasambulances, policevehicles etc. we are going to assign various traffic signal times according to density at that specific road. This we are goingto achieve using IoT, Machine learning. We are going to use HAAR Cascade algorithm specifically for drawing boundaries around vehicles, and same algorithm will get used for vehicle identification. Key Words: CCTV, Raspberry pi, Edge detection, HAAR Cascade, IoT, Machine Learning. 1. INTRODUCTION WHO launched Global report on road safety in December 2018 which says traffic deaths increased to 1.35 million, an major reason of killer of people aged 5-29 years.[1] Jams are not only frustrating, they are also a major contributor to air pollution, and that’s bad not just for our climate, but everybody’s health too. Congestion in83largest areas in US caused more than 2000 deaths, US drivers are stuck in 42 hours in traffic costing $121bn in time and fuel [2] This and all related problems can be overcomewith the use of IoT and Machine Learning. The aim of thispaperis to build a suitable model for solving such problems, with integration of Raspberry Pi, an microcontroller, along with CCTV cameras mounted on significant places with Image processing algorithms. In previous papers canny edge detection algorithms was used, the main drawback of this algorithm was it takes lots of time due to it's reach computations and it is very complex to be implemented on real time data. We are using HAAR Cascade algorithm, the main reason behind it is it's computation speed, it is faster than Canny edge detection, around 60 microprocessor instructions are required tocalculatea 2rectangularfeature. 1.1 Motivation We already have some of the very advanced systems to help management of traffic. Thus, this study is focuses not only on traffic congestion, but also focuses various other aspects such as emergency vehicle rescue, culprit catching etc. The CCTV camera mounted on signals used for traffic surveillance can be used for various other purposes such as number plate identification and culprit catching. Several ways can be used to manage traffic,weareprimarilyworking on IoT integration with Machine Learning to understand traffic patterns, extraction of knowledge from the same, and future prediction of traffic patterns to help drivers finding optimal route. 2. Literature Survey Traffic congestion is a major problem in many cities, main reason is increased interest in buying private vehicles, less wide roads and management failures.Trafficmanagementis currently handled by human resource with thehelpoftraffic police and CCTV camera mounted on significant places for surveillance. This surveillance is carried out manually by humans sitting in control station. The main defect in human resource use is it’s lack in efficiency and effectiveness. Many people tried may solutions using IoT and Machine learning to tackle this problems. Before designing our system wesurveyedonvariouspapers, following is their overview and some flaws that found: First paper that we studied was “Automated Traffic Monitoring UsingImageVision”byR.Krishnamoorthy, Sethu Manickam published in 2018. The main drawback in this proposed system was canny edge detection the algorithm was bit complex due to it’s computation and take more time, hence not suitable for real time data computation. Second paper was “IoT based smart traffic signal monitoringsystem
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 55 using vehicles counts” published in 2018, in this authorused IR sensors. The main drawback was the used IR sensor. IR sensor was counting vehicles by disturbance in IR signal. Laser of IR signal can get disturbed by many other entities such as animals, pedestrians. Last paper was “IoT Based Traffic Management System” by Mahesh Lakshminarasimhan in 2016, the main drawback of this paper was it consumes more costs. It requires RFID mechanisms to get installed in every car to get tracked and needs to install IR sensor to get installed on road with required substations. 3. Proposed System Our proposed system consists of mainly 2 modules, one is calculating optimal time for signal by calculating density of traffic on each road section and second module is identification of emergency vehicles using real time traffic data. First module is to calculate optimal time for signal. We are going to use CCTV cameras mounted on signals and various regions for collection of real time traffic data collection.This real time traffic data is then processed with the help of Raspberry pi and cloud based server for faster calculation. Various Machine learning algorithms will get used for understanding traffic patterns for further deep study and future traffic predictions. Roundrobinalgorithmcanbeused to scheduling traffic signals. A threshold time will get allocate to each junction after understanding traffic pattern. After that density will get calculated,ifthecalculateddensity is less than that of threshold density then the traffic signal will get released, if the calculated traffic densityismorethan threshold density then more time will get allocate to that respected signal. Second module is identification an classification of vehicles. Thus module will help in density calculation as without identifying vehicles we will be unable to count density. For identification and verification of vehicles wearegoingto use HAAR cascade algorithm. HAAR cascade is more efficient than canny edge detection is several ways, it has complex calculation but is able to work with real time data. HAAR classifier will get trained by number of vehicle images, so that it will easily identify emergency vehicles such as Ambulances and Police Vehicles. This will be helpful for emergency timings. 4. Algorithms 4.1 Vehicle Identification. Figure 4.1: Vehicle Identification Step 1: Collection of labeled dataset of vehicles. Step 2: Design HAAR Classifier. Step 3: Train Classifier on labeled dataset. Step 4: Identify vehicles with Classifier.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 56 4.2 Optimal Time Calculation. Figure 4.2: Optimal Time Calculation Step 1: Calculate density of real time traffic. Step 2: Compare density with threshold density. Step 3: If density is less than threshold density then allocate time less than threshold time, else allocate time greater than threshold time. Step 4: Release Signal. 5. CONCLUSION The efficient algorithms are used to design the modules.The proposed system will be a smart and intelligent that will monitor, analyze, and will take decisions according to the steps mentioned. It will minimize the time for vehicle delay and will help the society in various methods. It will consume minimum power. The battery issue for thisproposedsystem can be solved by using solar panels or the energy generated from the steps generated by people. REFERENCES [1] WHO News, Violence and Injury Prevention, Global status report on road safety 2018, <https://www.who.int/violence_injury_prevention/roa d_safety_status/2018/en/> [2] BBC News, Can a city be traffic jam free? 2014 < https://www.bbc.com/future/article/20140611-can- we-ever-end-traffic-jams> [3] R.Krishnamoorthy,SethuManickam,“Automated Traffic Monitoring Using Image Vision”, IEEE Xplore Compliant -PartNumber:CFP18BAC-ART;ISBN:978-1-5386-1974- 2(ICICCT 2018) [4] Senthil Kumar Janahan, Veeramanickam Murugappan, Kumar Narayanan, "IoT based smart traffic signal monitoring system using vehicles counts.", ResearchGate April 2018 DOI: 10.14419/ijet.v7i2.21.12388. [5] [5] Mahesh Lakshminarasimhan, "IoT Based Traffic Management System", ResearchGate, March 2016.