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: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 167
Blind Aid
Pushkar Kaswankar1, Hrishikesh Mane2, Pratik Parmar3
1,2,3Department of Information Technology, Vidyalankar Institute of Technology, Wadala
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In field of assistive technology for visually impaired people the trivial approach followed is buildingthe hardwarebased
systems. These system include object avoidance system, voice recognition system and tracking feature but each of these proposed
system are taking a hardware approach which is viable methodology but it has some of the issues.
The existing system uses hardware module such asHM2007forvoicerecognition, ZigBee moduleforlocationtracking. Thistypesof
modules provide accuracy but are prone to failure and expensive to replace or repair ifafailure mightoccur itcanaffecttheentire
system. The system is not durable enough to work efficiently. So to overcome some of the drawbacks of the existing systems
involving durability, portability and lack of user acceptance, the system proposed takes and alternative methodology into
consideration which is realized using the mobile phones which overcome the drawbacks of portability as well as user acceptance
along with developing a cost effective system.
The system is a prototype developed using the android application which will run on any modern smartphone with internet
connection. The android platform is used to provide operational efficiency and easy user acceptance along with extremely lower
cost. The three main building blocks of the prototype app are the background voice assistance, google speech recognition system
and simple touch interface. The voice assistant will guide the user onhowtoenterthedesiredsourceanddestinationbusstops. The
touch interface is how the user interacts with the app to perform desired actions. Thespeechrecognitionssystem isused to capture
the voice input of the end user for entering source and destination bus stops. A simple GUI is used to display the desired bus details
for the requested source and destination.
Key Words: Zigbee, HM2007, Voice Assistance, Google Speech Recognition System, GUI.
1. INTRODUCTION
We use buses to travel from source to destination. Travelling becomes easy if the environment is familiar to us. If we are in
some remote location if becomes quite difficult for us to find right bus. Imagine how difficult it wouldbefor blindperson ofthe
environment is unfamiliar. Current technologies like Zigbee, RFID are efficient but are not feasible to carry everywhere. To
overcome this barriers there might be some technology build which will aid the user andiseasytocarry.Theproposedsystem
is an android application which will assist user to travel from source to destination. Nowadays everyone is having an android
phone. The proposed system must be installed in android device. The application is fully voice assisted which will provide
details about buses from the given location. The purpose of implementing this system is to develop a system which is handy
and easy to use by user. The system will also help elderly people to travel independently without any aid.
2. LITERATURE SURVEY
2.1. G.Lavanya ME.(2013),” Passenger BUS Alert System for Easy Navigation of Blind”.
The system uses wireless sensor network. The desired bus the blind wants to take is notified to him using speech recognition
system HM2007. The blind gives voice input about the place he wants to go using the microphones and voice recognition
system recognizes it. The input is then analyzed by the micro controller and the bus numbers for the respective locations are
generated and provide to the blind. The system used ZigBee trans-receivers on the buses. The system was efficient anddidthe
job but was not cost effective as it involved uses of hardware increasing the overall cost and would be quite difficult to
implement. There was need to reduce the cost and to implement thesamefeaturesusingthe existingavailablefacilitieswithno
extra hardware requirements. So taking this feature into accounts the current thesis takes the voice recognition features into
consideration but the system is entirely moved onto the android devices which are portable and has the built in GPS and
microphone functionality which will reduce the cost and will provide the ease of usage.
2.2. Rishabh Gulati(2011), GPS Based Voice Alert System for the Blind.
The system describes the dynamic user interface and ease in operability was studied. The system is realized using a GPS
module and voice module and interfacedwithPIC16F877microcontroller. Theworkingofthesystemincorporatestwostages;
first the location based audio recording stage and the second navigation of the blind person using the signal from the GPS
receiver. The system employed an automatic location announcement system. The location announcement feature however
lacked the way of communicating the location to the other person to overcome this drawback the current thesis build on the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 168
GPS enabled location announcement feature along with way of communicating the location to the other person which can be
useful in cases of emergency.
2.3. Somnath koley, Ravi Mishra(2012), Voice Operated Outdoor Navigation System for Visually Impaired Persons.
Blind People uses white canes which helps them to find any obstacles in their way & also use them for avoidance. Guide dogs
can also be of limited aid for finding the way to a remote location. So our goal is to create a portable, simple less costly system
that will allow Blind peoples to travel throughfamiliarandunfamiliarenvironmentswithouttheaidofguides.Several guidance
system has been developed for vision impaired people, but thesesystemstendstobeexpensive,alsomakeuseofa clientserver
approach. This system consists of two distinct components: retrieving bus information from database and sending locationof
user to their emergency contacts . The paper described herefocusedonthedevelopmentandevaluationofa Navigationsystem
that makes use of GPS (the Global Positioning System) and voice.
From the past event and the existing approach the below Drawback are been noted:
1. Cost Effective System.
2. Lack of user acceptance.
3. Lack of portability
4. High chances of system breaking due to hardware failure.
Considering all the drawbacks into account we have formulated a proposed system which covers all the above mentioned
drawbacks.
1. Low cost system is used.
2. System is accessible to everyone.
3. No special external hardware is needed.
4. Software based system leading to low chances of complete system failure.
3. FLOWCHART
The user starts by selecting one of the two options from the selection menu.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 169
IF the selected option is BUS.
1. The user is prompted to enter the source location via STT(speech to text).
2. The user is prompted to enter the destination location via STT(speech to text).
3. The recorded source and destination are communicated to the user for the reconfirmation that the correct data is
entered.
4. The recorded values of source and destination are sent to the database.
5. If the bus for that particular source and destination route are found they are shown to the user.
IF the selected option is MESSAGE.
1. The user is given the information about the option that is currently selected by the user.
2. The info about the stored emergency contacts is also given to the user.
3. The current location of the user is recorded using the inbuilt GPS functionality.
4. User is prompted to speak the name of the person he/she wishes to send the message.
5. The current location information is automatically sent to the said emergency contacts using existing message API.
4. IMPLEMENTATION
In this section the implementation of Blind-Aid application has been described. In section A of this topic, the actual
methodology used is been described with respect to all the modules. Section B, are the snapshots of the application with their
description showing the implemented application in detail.
A) Methodology Used.
The system is a prototype developed using the android application which will run on any modern smartphone with internet
connection. The android platform is used to provide operational efficiency and easy user acceptance along with extremely
lower cost. The three main building blocks of the prototypeapparethe backgroundvoiceassistance,googlespeechrecognition
system and simple touch interface. The voice assistant will guide the user on how to enter the desired source and destination
bus stops. The touch interface is how the user interacts with the app to perform desired actions. The speech recognitions
system is used to capture the voice input of the end user for entering source and destination bus stops. A simple GUI is used to
display the desired bus details for the requested source and destination.
B) Snapshots.
Home Page
The above figure shows the home page of Blind Aid application. Basically there are two buttons one is to get details about a
particular bus from database and the other is to send an emergency message to our contact person with our location
details(latitude and longitude values are sent through SMS).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 170
Admin Login Page
This is an another application which will be handled by bus corporation. The admin can add, modify, or delete bus details by
using this app. Admin has to log in by using the above credentials and can perform the operations. To add emergency contact
details click on the Add Contact button.
To enter bus details
This page is use to add information about bus routes, their departure time, arrival time, bus number. After successful entry we
will get a prompt saying Data Inserted.
Data Retrieved
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 171
Here the data which is present in database can be retrieved by providing source and destination. This can help admintocheck
if there is any modification needed.
Enter Source through Voice.
As our app is fully voice assisted, the blind person has to give his inputs through voice. Before entering the source user has to
tap the screen which will guide the user to how to enter the data. On first tap user has selectedthesourceand will betoldtotap
again to enter the value. Here the blind person enters value as Wadala in source field. The app will recognize the voice and
accordingly display the result on screen. The user will be told to again tap the screen to enter the destination.
Enter Destination through Voice
Here again the process is same use has to tap the screen to enter the destination. Here the destination value is Dadar. Now to
retrieve the data user has to again tap the screen.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 172
Desired Result
On fourth tap the desired result will be displayed. Total 4 taps must be given on screen to get the desired result. The resultwill
be displayed on the screen in the form of Alert Dialog Box as well it will be spoken by the app.
Add Contact Details
There is an additional feature in our app called as emergency contact. If the user is lost in remote location, the user can share
his location to his contact person which is registered in database. The user has to enter the name and phone number of the
contact person.
Emergency contact page
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 173
Here the user has to speak the name of the person from his emergency contact list.
Message Sent.
An indication is given for successful delivery of the message.
Location Details
This are the details which will be shared to the contact person. This values are nothing but the longitude and latitude valuesof
the current location. By entering this values in Google Maps you will get information about the current location of the blind
person. Each message will charge some cost according to the subscribers recharge plan.
5. FUTURE SCOPE
In future scope of this application, the blind person will be notified by the application, that the bus is crowded or not. This will
help the visually impaired to decide whether to catch the current busorwaitforanother.Withsomechangesintheapplication,
it can be further used to notify all the intermediate stops between the source and destination.
This application can be further modified to be used by people i.e., elderly person, physically challenged or other normal users.
Also this application can be extended to be used for other transport systems (e.g. Train), in near future.
6. CONCLUSION
The Project entitled “Blind-Aid” has been developed and this satisfies all proposed requirements.Thesystemishighlyscalable
and user friendly. All the system objectiveshavebeenmet. All phasesofdevelopment wereconceivedusingmethodologies.The
application will execute successfully by fulfilling the objectives of the project. Further extensions to this application can be
made as required with minor modifications.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 174
ACKNOWLEDGEMENT
We are pleased to present “Blind Aid” as our project and take this opportunity to express our profound gratitude to all those
people who helped us in completion of this project.
We thank our college for providing us with excellent facilities that helped us to complete and present this project. We would
also like to thank the staff members and lab assistants for permitting us to use computers in the lab as and when required.
We express our deepest gratitude towards our project guide Prof. Ajitkumar Khachane for his valuable and timely advice
during the various phases in our project. We would also like to thank him for providing uswithall properfacilitiesandsupport
as the project coordinator. We would like to thank him for support, patience and faith in our capabilities and for giving us
flexibility in terms of working and reporting schedules.
Finally we would like to thank everyone who has helped us directly or indirectly in our project.
REFERENCES
[1] G. Lavanya ME,”Passenger BUS Alert System for Easy NavigationofBlind” 2013International ConferenceonCircuits,Power
and Computing technologies.
[2] Rishabh Gulati (2011), 'GPS Based Voice Alert System for the Blind', International Journal of Scientific and Engineering
Research, Volume 2, Issue 1, pp 1-5.
[3] Ravi Mishra and Somnath Koley, (2012) ,’Voice Operated Outdoor Navigation System For Visually Impaired Person’.
International Journal of Engineering and Technology. Vol 3, Issue 2.pp.15

More Related Content

What's hot

IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET Journal
 
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET Journal
 
Smartcard based Android Application for Public Transport Ticketing System
Smartcard based Android Application for Public Transport Ticketing SystemSmartcard based Android Application for Public Transport Ticketing System
Smartcard based Android Application for Public Transport Ticketing SystemNeelam Gulrajani
 
IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical SurveyIRJET 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- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET Journal
 
Blue Rover-A Multi Featured Robo
Blue Rover-A Multi Featured RoboBlue Rover-A Multi Featured Robo
Blue Rover-A Multi Featured RoboIRJET Journal
 
IRJET - Smart License Generation in RTO
IRJET - Smart License Generation in RTOIRJET - Smart License Generation in RTO
IRJET - Smart License Generation in RTOIRJET Journal
 
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...IRJET Journal
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET Journal
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
IRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle SafetyIRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle SafetyIRJET Journal
 

What's hot (20)

IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
 
IRJET-V8I686.pdf
IRJET-V8I686.pdfIRJET-V8I686.pdf
IRJET-V8I686.pdf
 
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
 
Smartcard based Android Application for Public Transport Ticketing System
Smartcard based Android Application for Public Transport Ticketing SystemSmartcard based Android Application for Public Transport Ticketing System
Smartcard based Android Application for Public Transport Ticketing System
 
IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical Survey
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection System
 
50120140501008
5012014050100850120140501008
50120140501008
 
IRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually Impaired
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
Blue Rover-A Multi Featured Robo
Blue Rover-A Multi Featured RoboBlue Rover-A Multi Featured Robo
Blue Rover-A Multi Featured Robo
 
IRJET - Smart License Generation in RTO
IRJET - Smart License Generation in RTOIRJET - Smart License Generation in RTO
IRJET - Smart License Generation in RTO
 
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence Vehicles
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle SafetyIRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle Safety
 
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
 

Similar to IRJET - Blind Aid

IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident PreventionIRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...IRJET Journal
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET 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
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET Journal
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET Journal
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTIRJET Journal
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET Journal
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET Journal
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET Journal
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPSIRJET Journal
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET Journal
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIRJET Journal
 
IRJET- Vehicle Security System using IoT Application
IRJET-  	  Vehicle Security System using IoT ApplicationIRJET-  	  Vehicle Security System using IoT Application
IRJET- Vehicle Security System using IoT ApplicationIRJET Journal
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection SystemIRJET Journal
 
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...
IRJET - NETRA: Android Application for Visually Challenged People to Dete...IRJET Journal
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNNIRJET Journal
 

Similar to IRJET - Blind Aid (20)

IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
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
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring System
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoT
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement Trailer
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using Smartphone
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking System
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
 
IRJET- Vehicle Security System using IoT Application
IRJET-  	  Vehicle Security System using IoT ApplicationIRJET-  	  Vehicle Security System using IoT Application
IRJET- Vehicle Security System using IoT Application
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection System
 
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNN
 

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

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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...
 
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)
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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
 

IRJET - Blind Aid

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 167 Blind Aid Pushkar Kaswankar1, Hrishikesh Mane2, Pratik Parmar3 1,2,3Department of Information Technology, Vidyalankar Institute of Technology, Wadala ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In field of assistive technology for visually impaired people the trivial approach followed is buildingthe hardwarebased systems. These system include object avoidance system, voice recognition system and tracking feature but each of these proposed system are taking a hardware approach which is viable methodology but it has some of the issues. The existing system uses hardware module such asHM2007forvoicerecognition, ZigBee moduleforlocationtracking. Thistypesof modules provide accuracy but are prone to failure and expensive to replace or repair ifafailure mightoccur itcanaffecttheentire system. The system is not durable enough to work efficiently. So to overcome some of the drawbacks of the existing systems involving durability, portability and lack of user acceptance, the system proposed takes and alternative methodology into consideration which is realized using the mobile phones which overcome the drawbacks of portability as well as user acceptance along with developing a cost effective system. The system is a prototype developed using the android application which will run on any modern smartphone with internet connection. The android platform is used to provide operational efficiency and easy user acceptance along with extremely lower cost. The three main building blocks of the prototype app are the background voice assistance, google speech recognition system and simple touch interface. The voice assistant will guide the user onhowtoenterthedesiredsourceanddestinationbusstops. The touch interface is how the user interacts with the app to perform desired actions. Thespeechrecognitionssystem isused to capture the voice input of the end user for entering source and destination bus stops. A simple GUI is used to display the desired bus details for the requested source and destination. Key Words: Zigbee, HM2007, Voice Assistance, Google Speech Recognition System, GUI. 1. INTRODUCTION We use buses to travel from source to destination. Travelling becomes easy if the environment is familiar to us. If we are in some remote location if becomes quite difficult for us to find right bus. Imagine how difficult it wouldbefor blindperson ofthe environment is unfamiliar. Current technologies like Zigbee, RFID are efficient but are not feasible to carry everywhere. To overcome this barriers there might be some technology build which will aid the user andiseasytocarry.Theproposedsystem is an android application which will assist user to travel from source to destination. Nowadays everyone is having an android phone. The proposed system must be installed in android device. The application is fully voice assisted which will provide details about buses from the given location. The purpose of implementing this system is to develop a system which is handy and easy to use by user. The system will also help elderly people to travel independently without any aid. 2. LITERATURE SURVEY 2.1. G.Lavanya ME.(2013),” Passenger BUS Alert System for Easy Navigation of Blind”. The system uses wireless sensor network. The desired bus the blind wants to take is notified to him using speech recognition system HM2007. The blind gives voice input about the place he wants to go using the microphones and voice recognition system recognizes it. The input is then analyzed by the micro controller and the bus numbers for the respective locations are generated and provide to the blind. The system used ZigBee trans-receivers on the buses. The system was efficient anddidthe job but was not cost effective as it involved uses of hardware increasing the overall cost and would be quite difficult to implement. There was need to reduce the cost and to implement thesamefeaturesusingthe existingavailablefacilitieswithno extra hardware requirements. So taking this feature into accounts the current thesis takes the voice recognition features into consideration but the system is entirely moved onto the android devices which are portable and has the built in GPS and microphone functionality which will reduce the cost and will provide the ease of usage. 2.2. Rishabh Gulati(2011), GPS Based Voice Alert System for the Blind. The system describes the dynamic user interface and ease in operability was studied. The system is realized using a GPS module and voice module and interfacedwithPIC16F877microcontroller. Theworkingofthesystemincorporatestwostages; first the location based audio recording stage and the second navigation of the blind person using the signal from the GPS receiver. The system employed an automatic location announcement system. The location announcement feature however lacked the way of communicating the location to the other person to overcome this drawback the current thesis build on the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 168 GPS enabled location announcement feature along with way of communicating the location to the other person which can be useful in cases of emergency. 2.3. Somnath koley, Ravi Mishra(2012), Voice Operated Outdoor Navigation System for Visually Impaired Persons. Blind People uses white canes which helps them to find any obstacles in their way & also use them for avoidance. Guide dogs can also be of limited aid for finding the way to a remote location. So our goal is to create a portable, simple less costly system that will allow Blind peoples to travel throughfamiliarandunfamiliarenvironmentswithouttheaidofguides.Several guidance system has been developed for vision impaired people, but thesesystemstendstobeexpensive,alsomakeuseofa clientserver approach. This system consists of two distinct components: retrieving bus information from database and sending locationof user to their emergency contacts . The paper described herefocusedonthedevelopmentandevaluationofa Navigationsystem that makes use of GPS (the Global Positioning System) and voice. From the past event and the existing approach the below Drawback are been noted: 1. Cost Effective System. 2. Lack of user acceptance. 3. Lack of portability 4. High chances of system breaking due to hardware failure. Considering all the drawbacks into account we have formulated a proposed system which covers all the above mentioned drawbacks. 1. Low cost system is used. 2. System is accessible to everyone. 3. No special external hardware is needed. 4. Software based system leading to low chances of complete system failure. 3. FLOWCHART The user starts by selecting one of the two options from the selection menu.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 169 IF the selected option is BUS. 1. The user is prompted to enter the source location via STT(speech to text). 2. The user is prompted to enter the destination location via STT(speech to text). 3. The recorded source and destination are communicated to the user for the reconfirmation that the correct data is entered. 4. The recorded values of source and destination are sent to the database. 5. If the bus for that particular source and destination route are found they are shown to the user. IF the selected option is MESSAGE. 1. The user is given the information about the option that is currently selected by the user. 2. The info about the stored emergency contacts is also given to the user. 3. The current location of the user is recorded using the inbuilt GPS functionality. 4. User is prompted to speak the name of the person he/she wishes to send the message. 5. The current location information is automatically sent to the said emergency contacts using existing message API. 4. IMPLEMENTATION In this section the implementation of Blind-Aid application has been described. In section A of this topic, the actual methodology used is been described with respect to all the modules. Section B, are the snapshots of the application with their description showing the implemented application in detail. A) Methodology Used. The system is a prototype developed using the android application which will run on any modern smartphone with internet connection. The android platform is used to provide operational efficiency and easy user acceptance along with extremely lower cost. The three main building blocks of the prototypeapparethe backgroundvoiceassistance,googlespeechrecognition system and simple touch interface. The voice assistant will guide the user on how to enter the desired source and destination bus stops. The touch interface is how the user interacts with the app to perform desired actions. The speech recognitions system is used to capture the voice input of the end user for entering source and destination bus stops. A simple GUI is used to display the desired bus details for the requested source and destination. B) Snapshots. Home Page The above figure shows the home page of Blind Aid application. Basically there are two buttons one is to get details about a particular bus from database and the other is to send an emergency message to our contact person with our location details(latitude and longitude values are sent through SMS).
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 170 Admin Login Page This is an another application which will be handled by bus corporation. The admin can add, modify, or delete bus details by using this app. Admin has to log in by using the above credentials and can perform the operations. To add emergency contact details click on the Add Contact button. To enter bus details This page is use to add information about bus routes, their departure time, arrival time, bus number. After successful entry we will get a prompt saying Data Inserted. Data Retrieved
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 171 Here the data which is present in database can be retrieved by providing source and destination. This can help admintocheck if there is any modification needed. Enter Source through Voice. As our app is fully voice assisted, the blind person has to give his inputs through voice. Before entering the source user has to tap the screen which will guide the user to how to enter the data. On first tap user has selectedthesourceand will betoldtotap again to enter the value. Here the blind person enters value as Wadala in source field. The app will recognize the voice and accordingly display the result on screen. The user will be told to again tap the screen to enter the destination. Enter Destination through Voice Here again the process is same use has to tap the screen to enter the destination. Here the destination value is Dadar. Now to retrieve the data user has to again tap the screen.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 172 Desired Result On fourth tap the desired result will be displayed. Total 4 taps must be given on screen to get the desired result. The resultwill be displayed on the screen in the form of Alert Dialog Box as well it will be spoken by the app. Add Contact Details There is an additional feature in our app called as emergency contact. If the user is lost in remote location, the user can share his location to his contact person which is registered in database. The user has to enter the name and phone number of the contact person. Emergency contact page
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 173 Here the user has to speak the name of the person from his emergency contact list. Message Sent. An indication is given for successful delivery of the message. Location Details This are the details which will be shared to the contact person. This values are nothing but the longitude and latitude valuesof the current location. By entering this values in Google Maps you will get information about the current location of the blind person. Each message will charge some cost according to the subscribers recharge plan. 5. FUTURE SCOPE In future scope of this application, the blind person will be notified by the application, that the bus is crowded or not. This will help the visually impaired to decide whether to catch the current busorwaitforanother.Withsomechangesintheapplication, it can be further used to notify all the intermediate stops between the source and destination. This application can be further modified to be used by people i.e., elderly person, physically challenged or other normal users. Also this application can be extended to be used for other transport systems (e.g. Train), in near future. 6. CONCLUSION The Project entitled “Blind-Aid” has been developed and this satisfies all proposed requirements.Thesystemishighlyscalable and user friendly. All the system objectiveshavebeenmet. All phasesofdevelopment wereconceivedusingmethodologies.The application will execute successfully by fulfilling the objectives of the project. Further extensions to this application can be made as required with minor modifications.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 174 ACKNOWLEDGEMENT We are pleased to present “Blind Aid” as our project and take this opportunity to express our profound gratitude to all those people who helped us in completion of this project. We thank our college for providing us with excellent facilities that helped us to complete and present this project. We would also like to thank the staff members and lab assistants for permitting us to use computers in the lab as and when required. We express our deepest gratitude towards our project guide Prof. Ajitkumar Khachane for his valuable and timely advice during the various phases in our project. We would also like to thank him for providing uswithall properfacilitiesandsupport as the project coordinator. We would like to thank him for support, patience and faith in our capabilities and for giving us flexibility in terms of working and reporting schedules. Finally we would like to thank everyone who has helped us directly or indirectly in our project. REFERENCES [1] G. Lavanya ME,”Passenger BUS Alert System for Easy NavigationofBlind” 2013International ConferenceonCircuits,Power and Computing technologies. [2] Rishabh Gulati (2011), 'GPS Based Voice Alert System for the Blind', International Journal of Scientific and Engineering Research, Volume 2, Issue 1, pp 1-5. [3] Ravi Mishra and Somnath Koley, (2012) ,’Voice Operated Outdoor Navigation System For Visually Impaired Person’. International Journal of Engineering and Technology. Vol 3, Issue 2.pp.15