SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 574
ASSISTANCE SYSTEM FOR DRIVERS USING IOT
Yogita Misal
1
, Atharva Agate
2
, Radhesham Joshi
3
,Pranav Bhosale
4
1-3
Abstract โ€“
This project entitled as โ€œAssistance System for drivers using IOTโ€ consisting of three major sections
1. Object Detection
2. Lane detection
3. IOT
The evolution of ArtificialIntelligence has served as the catalyst in the fieldof technology.Wecannowdevelopthingswhichwas
once just imagination. This paper proposes a working model of assistance system which is capable of assisting drivers with a
warning about possible obstacles and objects in front and the lane that the driver should follow. No matter how hard we try to
create awareness regarding traffic rules and safety that has to be followed while driving, accidents are still occurring and arenโ€™t
showing a sign to stop. Though human errors can never be eliminated, but accidents can definitely be stopped. And in this case
technology has surely come to our rescue. A camera module is mounted over the top of the car along with Raspberry Pi sends the
images from real world to the Convolutional Neural Network which then detects and tracks the objects in-front and display them
along with the distance between them.
INTRODUCTION
we have created an assistive system for human drivers that tracks all the objects and lane in front of the car on the road by
applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live
footage captured by the recording camera .Classifying images is straightforward,butthedifferencesbetweenobjectlocalization
and object detection can be confusing, especially when all three are equally referred to as object recognition. Objects in images
can be recognized by humans. Human vision is fast,accurate, and capable of identifyingmultipleobjectsanddetectingobstacles
with little conscious effort. We are now able to train computers with high precisiontodetectandclassifymultipleobjectswithin
an image with the availabilityof large data sets, faster GPUs, and better algorithms. We need to understandtermssuchasobject
detection, object localization,loss function for objectdetectionandlocalization,andfinallyexploreanobjectdetectionalgorithm
known as โ€œYou only look onceโ€ (YOLO).
As well as assigning aclasslabel to an image, image classification also involves drawinga bounding box around one ormore
objects in an image. A more challenging part of object detection is combining these two tasks to draw a bounding box around
each object of interest in the image and assign it a classlabel. Object recognition is the result of combining all of these problems.
An object recognition algorithm identifies objects in digital photographs by combining several tasks. R-CNNs, or region-based
convolutional neural networks, are a family of techniques for recognizing objects and localizing them. A technique called You
Only Look Once, or YOLO, is the second in a series of techniques forobject recognition that uses speed andreal-timeprocessing.
1.1 OBJECT DETECTION
Object detection is a critical vision task, but challenging at the same time. Image search, automatic annotation, scene
interpretation, and object tracking are just a few applications that use it. Computer vision has focused a lotontrackingmoving
objects in video image sequences. In addition to smart video surveillance (Arun Hampapur 2005), artificial intelligence,
guidance for military vehicles, safety detection, and robot navigation, and medical and biological applications, it has already
been applied in many fields of computer vision. In recent years, there has been a number of successful single object tracking
systems, however object detection becomes difficult when there are more than one object in the scene and when objects are
occluded, their vision is obscured, which further complicates detection.
Dept. of Information Technology, PES Modern College of Engineering Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------------
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 575
1.2 LANE DETECTION
Globally, intelligent transportation systems (ITS) are widely recognized since 1994. A series of advanced technologies
(electronics, artificialintelligence,datacommunication,informationtechnology,automaticcontroltheory,computertechnology,
sensors, etc.) are applied to road transportation, vehicle manufacturing and service control by ITS. Through its application,
vehicles, roads, and users are more effectively communicated with. By reducing road traffic accidents, reducing vehicle
transportation costs, relieving congestion, decreasing vehicle environmental pollution, improving overall transportation
efficiency and ensuring road traffic safety, it can improve the productivity of the transportation system.
1.3 IOT
There are currently two camera boards available for the Raspberry Pi: an 8MP model, or a high-quality (12MP) model. You
can also get the 8MP device without an IR filter in NoIR form. Raspberry Pi is no longer making the original 5MP device.
A Raspberry Pi cameracan take high-resolution photos along with 1080p video. The Raspberry Pi cameracan be controlled
fully programmatically. Using various software tools and scenarios are described on the web.
It is possible to use the cameras in a number of ways once they have been installed.Libcamera-still orraspberryPistillare
two of the provided camera applications, which make using one even simpler.
๏‚ท Camera connection
On a Raspberry Pi, you need to insert the flex cable into the CAMERA connector located between Ethernet and HDMI. Make
sure the silver contacts are facing the HDMI port when inserting the cable. You should pull the tabs on the top of the connector
upward and towards the Ethernet port so that the connector will open. In addition to firmly inserting the flex cable into the
connector, cable should also be taken not to bend the flex too accurately. While holding the cable in place, push the connector's
top portion towards the HDMI port and downwards to close it.
2. ALGORITHMS
1.Neural Network
๏‚ง Overview
Neural networks are a set of algorithms, modelled loosely after the human brain, that are designed to recognize patterns.
They interpret sensory data through a kind of machine perception,labellingorclusteringrawinput.Thepatternstheyrecognize
are numerical, contained in vectors, into which all real-world data, be it images, sound, text or time series,mustbetranslated.It
is used in knowledge acquisition under noise and uncertainty, flexible knowledge representation, efficient knowledge
processing, fault tolerance. Itis a method of computing, based on the interaction ofmultipleconnected processingelementsand
a powerful technique to solve many real world problems. It has the ability to learn from experience in order to improve their
performance and to deal with incomplete information.
Fig1: Raspberry Pi Camera Module Fig 2:Rasberry Pi Zero
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 576
Diagram
Fig.4 Neural Network
Advantages of Neural Network
๏ƒผ A neural network can perform tasks that a linear program cannot.
๏ƒผ When an element of the neural network fails, it can continue without any problem bytheir parallel nature.
๏ƒผ A neural network learns and does not need to be reprogrammed.
๏ƒผ It can be implemented in any application.
๏ƒผ It can be implemented without any problem.
Disadvantages of Neural Network
๏ƒผ The neural network needs training to operate.
๏ƒผ The architecture of a neural network is different from the architecture ofmicroprocessorsthereforeneedsto
be emulated.
๏ƒผ Requires high processing time for large neural networks.
2. YOLO Algorithm
๏‚ง Overview
Real-time object detection is provided by Yolo through neural networks. Because Yolo is fast and accurate, this algorithm is
popular. Different applications have benefited from its use, such as detecting traffic signals, parking meters and people.
YOLO is an acronym for the term 'You OnlyLook Once'. (Inreal-time) This algorithm detectsandidentifiesvariousobjectsin
a picture. The class probabilities of the detected images are provided by the YOLO object detection procedure as a regression
problem.
YOLO algorithm detects objects in real time through convolutional neural networks. A neural network is only required to
detect objects in one forward propagation of the algorithm as its name implies.
The whole image will be predicted in one algorithm run. Multiple class probabilitiesandboundingboxesarepredictedusing
the CNN simultaneously.
There are several variants of the YOLO algorithm. YOLOv3 and tiny YOLO are common ones.
๏‚ท Methodology
1. A grid is created by first dividing the image into cells. A bounding box is forecast for each grid cell along with its
confidence score.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 577
2. The probability values are used to identify the class of each object.
3. As a result of intersection over union, the objects' predicted bounding boxes match their real boxes.
4. This unique phenomenon eliminates the need for unnecessary bounding boxes when objects' characteristics (like
height and width) meet the bounding boxes.
5. In the final detection, bounding boxes will be created that perfectly fit the objects.
๏‚ท Advantages of YOLO
๏ƒผ Speed: By predicting objects in real-time, this algorithm enhances the speed of detection.
๏ƒผ High accuracy: YOLO predicts with an extremely low background error rate.
๏ƒผ Learning capabilities: The algorithm is capable of learning the object representations and applying them to
object detection.
๏‚ท Disadvantages of Bayesian Belief Network
๏ƒผ Comparatively low recall and more localization error compared to Faster R_CNN.
๏ƒผ Struggles to detect close objects because each grid can propose only 2 bounding boxes.
๏ƒผ Struggles to detect small objects.
๏‚ท Diagram
Fig.5 YOLO Algorithm prediction
3. Lane Detection Algorithm
๏‚ง Overview
Lanes are typically designed to encourage orderliness as well asmakevehicleseasiertodrive withconsistentspeed bykeeping
them straightforward. As a result, it may seem intuitive to first detect straight lines in the camera feed by detecting edges and
extracting feature information. We will implement the computer vision algorithms using OpenCV, an open-source library.
Below is a diagram of the pipeline.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 578
Fig.6 Lane Detection Pipeline
๏‚ง Methodology
1. Convert to Grayscale.
2. Apply Gaussian Blur.
3. Apply Canny Edge Detection.
4. Convolve Sobel Filters.
5. Apply Hough Transformation.
6. Transform perspective to Bird Eye
7. Fit a PolyLine over the image
8. Highlight the detected Lane.
3. COMPONENTSREQUIRED
Hardware Specifications
802.11 b/g/n wireless LAN
Bluetooth 4.1
Bluetooth Low Energy (BLE)
1GHz, single-core CPU
512MB RAM
Mini HDMI port and microโ€“USB On-The-Go (OTG) port
Micro USB power
HAT-compatible 40-pin header
Composite video and reset headers
CSI camera connector
Software Specifications
1. Operating System: Windows 10 64-bit ,Ubuntu
2. Software: Anaconda 3, Jupyter Notebook IDE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 579
Programming Languages: PYTHON
4.PROPOSED SYSTEM
Fig . System Architecture Diagram
5. SCREENSHOTS OF EXECUTION
5.1 Hardware Connection
Fig. Vehicle Fig. Raspberry Pi
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 580
5.2 Object detection
5.3 Lane Detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 581
5.4 Integration of Object Detection and Lane Detection
CONCLUSION
It concluded that Driver assistance system is used to solve the problems in Driving schools and human drivers. It provides
greater accuracyin results, and wehave successfullycreatedanassistivesystemforhumandriversthattracksalltheobjectsand
lanes in the front of the car onthe road by applying Computer Vision Techniques & convolutional neural network architectures
on the frames generated through the live footage captured by the recording camera.
REFERENCES
1. Conference: Fourth International Conference onComputing CommunicationControlandAutomation,IEEE.RuturajKulkarni,
Shruti Davalikar and Sonal Bangar,โ€œTraffic Light Detection and Recognition forSelf-Driving Cars using DeepLearningโ€
2. Int. journal of engineering researchandapplication,vol-7,(part-12)pp.76-82,Dec-2017.K.N.V.Satyanarayana,B.Tapasvi,P.K.
anakaRaju, G.RameshBabu,.โ€Based on machine learning autonomous car using raspberrypi
3. JMIR Formative Research 3(4) DOI:10.2196/13863Project: Medizin Iโ€™m digitalen Zettaliter Original Paper Accuracy of a
Chatbot (Ada) in the Diagnosisof Mental Disorders: Comparative Case Study with Lay and Expert Users
4.Deep Learning from Scratch: Building with Python from First Principles by Seth Weidman published by O`Reilley
5. Dr. A. Rosebrock, โ€œDeep Learning for Computer Vision with Pythonโ€, ELSEVIER, September 2017

More Related Content

Similar to ASSISTANCE SYSTEM FOR DRIVERS USING IOT

Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI RobotIRJET Journal
ย 
Smart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleSmart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleIRJET Journal
ย 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindIRJET Journal
ย 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemIRJET Journal
ย 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVIRJET Journal
ย 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for AnimationIRJET Journal
ย 
Real Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIReal Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIIRJET Journal
ย 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET Journal
ย 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection SystemIRJET Journal
ย 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETIRJET Journal
ย 
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4IRJET Journal
ย 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind PeopleIRJET Journal
ย 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewSpringer
ย 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
ย 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET Journal
ย 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET Journal
ย 
Smart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionSmart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionIRJET Journal
ย 
Waymo Essay
Waymo EssayWaymo Essay
Waymo EssaySasha Jones
ย 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
ย 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMIRJET Journal
ย 

Similar to ASSISTANCE SYSTEM FOR DRIVERS USING IOT (20)

Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
ย 
Smart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleSmart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind People
ย 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for Blind
ย 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
ย 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCV
ย 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
ย 
Real Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIReal Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AI
ย 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart Cap
ย 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection System
ย 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ย 
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
ย 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
ย 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A Review
ย 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
ย 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
ย 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using Yolo
ย 
Smart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionSmart Surveillance System through Computer Vision
Smart Surveillance System through Computer Vision
ย 
Waymo Essay
Waymo EssayWaymo Essay
Waymo Essay
ย 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
ย 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
ย 

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

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
ย 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 

Recently uploaded (20)

(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
ย 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
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
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 

ASSISTANCE SYSTEM FOR DRIVERS USING IOT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 574 ASSISTANCE SYSTEM FOR DRIVERS USING IOT Yogita Misal 1 , Atharva Agate 2 , Radhesham Joshi 3 ,Pranav Bhosale 4 1-3 Abstract โ€“ This project entitled as โ€œAssistance System for drivers using IOTโ€ consisting of three major sections 1. Object Detection 2. Lane detection 3. IOT The evolution of ArtificialIntelligence has served as the catalyst in the fieldof technology.Wecannowdevelopthingswhichwas once just imagination. This paper proposes a working model of assistance system which is capable of assisting drivers with a warning about possible obstacles and objects in front and the lane that the driver should follow. No matter how hard we try to create awareness regarding traffic rules and safety that has to be followed while driving, accidents are still occurring and arenโ€™t showing a sign to stop. Though human errors can never be eliminated, but accidents can definitely be stopped. And in this case technology has surely come to our rescue. A camera module is mounted over the top of the car along with Raspberry Pi sends the images from real world to the Convolutional Neural Network which then detects and tracks the objects in-front and display them along with the distance between them. INTRODUCTION we have created an assistive system for human drivers that tracks all the objects and lane in front of the car on the road by applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live footage captured by the recording camera .Classifying images is straightforward,butthedifferencesbetweenobjectlocalization and object detection can be confusing, especially when all three are equally referred to as object recognition. Objects in images can be recognized by humans. Human vision is fast,accurate, and capable of identifyingmultipleobjectsanddetectingobstacles with little conscious effort. We are now able to train computers with high precisiontodetectandclassifymultipleobjectswithin an image with the availabilityof large data sets, faster GPUs, and better algorithms. We need to understandtermssuchasobject detection, object localization,loss function for objectdetectionandlocalization,andfinallyexploreanobjectdetectionalgorithm known as โ€œYou only look onceโ€ (YOLO). As well as assigning aclasslabel to an image, image classification also involves drawinga bounding box around one ormore objects in an image. A more challenging part of object detection is combining these two tasks to draw a bounding box around each object of interest in the image and assign it a classlabel. Object recognition is the result of combining all of these problems. An object recognition algorithm identifies objects in digital photographs by combining several tasks. R-CNNs, or region-based convolutional neural networks, are a family of techniques for recognizing objects and localizing them. A technique called You Only Look Once, or YOLO, is the second in a series of techniques forobject recognition that uses speed andreal-timeprocessing. 1.1 OBJECT DETECTION Object detection is a critical vision task, but challenging at the same time. Image search, automatic annotation, scene interpretation, and object tracking are just a few applications that use it. Computer vision has focused a lotontrackingmoving objects in video image sequences. In addition to smart video surveillance (Arun Hampapur 2005), artificial intelligence, guidance for military vehicles, safety detection, and robot navigation, and medical and biological applications, it has already been applied in many fields of computer vision. In recent years, there has been a number of successful single object tracking systems, however object detection becomes difficult when there are more than one object in the scene and when objects are occluded, their vision is obscured, which further complicates detection. Dept. of Information Technology, PES Modern College of Engineering Pune, Maharashtra, India ---------------------------------------------------------------------***----------------------------------------------------------------------------
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 575 1.2 LANE DETECTION Globally, intelligent transportation systems (ITS) are widely recognized since 1994. A series of advanced technologies (electronics, artificialintelligence,datacommunication,informationtechnology,automaticcontroltheory,computertechnology, sensors, etc.) are applied to road transportation, vehicle manufacturing and service control by ITS. Through its application, vehicles, roads, and users are more effectively communicated with. By reducing road traffic accidents, reducing vehicle transportation costs, relieving congestion, decreasing vehicle environmental pollution, improving overall transportation efficiency and ensuring road traffic safety, it can improve the productivity of the transportation system. 1.3 IOT There are currently two camera boards available for the Raspberry Pi: an 8MP model, or a high-quality (12MP) model. You can also get the 8MP device without an IR filter in NoIR form. Raspberry Pi is no longer making the original 5MP device. A Raspberry Pi cameracan take high-resolution photos along with 1080p video. The Raspberry Pi cameracan be controlled fully programmatically. Using various software tools and scenarios are described on the web. It is possible to use the cameras in a number of ways once they have been installed.Libcamera-still orraspberryPistillare two of the provided camera applications, which make using one even simpler. ๏‚ท Camera connection On a Raspberry Pi, you need to insert the flex cable into the CAMERA connector located between Ethernet and HDMI. Make sure the silver contacts are facing the HDMI port when inserting the cable. You should pull the tabs on the top of the connector upward and towards the Ethernet port so that the connector will open. In addition to firmly inserting the flex cable into the connector, cable should also be taken not to bend the flex too accurately. While holding the cable in place, push the connector's top portion towards the HDMI port and downwards to close it. 2. ALGORITHMS 1.Neural Network ๏‚ง Overview Neural networks are a set of algorithms, modelled loosely after the human brain, that are designed to recognize patterns. They interpret sensory data through a kind of machine perception,labellingorclusteringrawinput.Thepatternstheyrecognize are numerical, contained in vectors, into which all real-world data, be it images, sound, text or time series,mustbetranslated.It is used in knowledge acquisition under noise and uncertainty, flexible knowledge representation, efficient knowledge processing, fault tolerance. Itis a method of computing, based on the interaction ofmultipleconnected processingelementsand a powerful technique to solve many real world problems. It has the ability to learn from experience in order to improve their performance and to deal with incomplete information. Fig1: Raspberry Pi Camera Module Fig 2:Rasberry Pi Zero
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 576 Diagram Fig.4 Neural Network Advantages of Neural Network ๏ƒผ A neural network can perform tasks that a linear program cannot. ๏ƒผ When an element of the neural network fails, it can continue without any problem bytheir parallel nature. ๏ƒผ A neural network learns and does not need to be reprogrammed. ๏ƒผ It can be implemented in any application. ๏ƒผ It can be implemented without any problem. Disadvantages of Neural Network ๏ƒผ The neural network needs training to operate. ๏ƒผ The architecture of a neural network is different from the architecture ofmicroprocessorsthereforeneedsto be emulated. ๏ƒผ Requires high processing time for large neural networks. 2. YOLO Algorithm ๏‚ง Overview Real-time object detection is provided by Yolo through neural networks. Because Yolo is fast and accurate, this algorithm is popular. Different applications have benefited from its use, such as detecting traffic signals, parking meters and people. YOLO is an acronym for the term 'You OnlyLook Once'. (Inreal-time) This algorithm detectsandidentifiesvariousobjectsin a picture. The class probabilities of the detected images are provided by the YOLO object detection procedure as a regression problem. YOLO algorithm detects objects in real time through convolutional neural networks. A neural network is only required to detect objects in one forward propagation of the algorithm as its name implies. The whole image will be predicted in one algorithm run. Multiple class probabilitiesandboundingboxesarepredictedusing the CNN simultaneously. There are several variants of the YOLO algorithm. YOLOv3 and tiny YOLO are common ones. ๏‚ท Methodology 1. A grid is created by first dividing the image into cells. A bounding box is forecast for each grid cell along with its confidence score.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 577 2. The probability values are used to identify the class of each object. 3. As a result of intersection over union, the objects' predicted bounding boxes match their real boxes. 4. This unique phenomenon eliminates the need for unnecessary bounding boxes when objects' characteristics (like height and width) meet the bounding boxes. 5. In the final detection, bounding boxes will be created that perfectly fit the objects. ๏‚ท Advantages of YOLO ๏ƒผ Speed: By predicting objects in real-time, this algorithm enhances the speed of detection. ๏ƒผ High accuracy: YOLO predicts with an extremely low background error rate. ๏ƒผ Learning capabilities: The algorithm is capable of learning the object representations and applying them to object detection. ๏‚ท Disadvantages of Bayesian Belief Network ๏ƒผ Comparatively low recall and more localization error compared to Faster R_CNN. ๏ƒผ Struggles to detect close objects because each grid can propose only 2 bounding boxes. ๏ƒผ Struggles to detect small objects. ๏‚ท Diagram Fig.5 YOLO Algorithm prediction 3. Lane Detection Algorithm ๏‚ง Overview Lanes are typically designed to encourage orderliness as well asmakevehicleseasiertodrive withconsistentspeed bykeeping them straightforward. As a result, it may seem intuitive to first detect straight lines in the camera feed by detecting edges and extracting feature information. We will implement the computer vision algorithms using OpenCV, an open-source library. Below is a diagram of the pipeline.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 578 Fig.6 Lane Detection Pipeline ๏‚ง Methodology 1. Convert to Grayscale. 2. Apply Gaussian Blur. 3. Apply Canny Edge Detection. 4. Convolve Sobel Filters. 5. Apply Hough Transformation. 6. Transform perspective to Bird Eye 7. Fit a PolyLine over the image 8. Highlight the detected Lane. 3. COMPONENTSREQUIRED Hardware Specifications 802.11 b/g/n wireless LAN Bluetooth 4.1 Bluetooth Low Energy (BLE) 1GHz, single-core CPU 512MB RAM Mini HDMI port and microโ€“USB On-The-Go (OTG) port Micro USB power HAT-compatible 40-pin header Composite video and reset headers CSI camera connector Software Specifications 1. Operating System: Windows 10 64-bit ,Ubuntu 2. Software: Anaconda 3, Jupyter Notebook IDE
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 579 Programming Languages: PYTHON 4.PROPOSED SYSTEM Fig . System Architecture Diagram 5. SCREENSHOTS OF EXECUTION 5.1 Hardware Connection Fig. Vehicle Fig. Raspberry Pi
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 580 5.2 Object detection 5.3 Lane Detection
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 ยฉ 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 581 5.4 Integration of Object Detection and Lane Detection CONCLUSION It concluded that Driver assistance system is used to solve the problems in Driving schools and human drivers. It provides greater accuracyin results, and wehave successfullycreatedanassistivesystemforhumandriversthattracksalltheobjectsand lanes in the front of the car onthe road by applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live footage captured by the recording camera. REFERENCES 1. Conference: Fourth International Conference onComputing CommunicationControlandAutomation,IEEE.RuturajKulkarni, Shruti Davalikar and Sonal Bangar,โ€œTraffic Light Detection and Recognition forSelf-Driving Cars using DeepLearningโ€ 2. Int. journal of engineering researchandapplication,vol-7,(part-12)pp.76-82,Dec-2017.K.N.V.Satyanarayana,B.Tapasvi,P.K. anakaRaju, G.RameshBabu,.โ€Based on machine learning autonomous car using raspberrypi 3. JMIR Formative Research 3(4) DOI:10.2196/13863Project: Medizin Iโ€™m digitalen Zettaliter Original Paper Accuracy of a Chatbot (Ada) in the Diagnosisof Mental Disorders: Comparative Case Study with Lay and Expert Users 4.Deep Learning from Scratch: Building with Python from First Principles by Seth Weidman published by O`Reilley 5. Dr. A. Rosebrock, โ€œDeep Learning for Computer Vision with Pythonโ€, ELSEVIER, September 2017