SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
DOI: 10.5121/ijcax.2015.2402 13
BLIND AID : TRAVEL AID FOR BLIND
Vidya Rao1
, Pranoti Mane2
, Aditya Kumar3
and Lifna C.S4
Department of Computer Engineering, VES Institute of Technology, Mumbai, India
ABSTRACT
Visually impaired people face many problems in their day to day lives. Among them, outdoor navigation is
one of the major concerns. The existing solutions based on Wireless Sensor Networks(WSN) and Global
Positioning System (GPS) track ZigBee units or RFID (Radio Frequency Identification) tags fixed on the
navigation system. The issues pertaining to these solutions are as follows: (1) It is suitable only when the
visually impaired person is commuting in a familiar environment; (2) The device provides only a one way
communication; (3) Most of these instruments are heavy and sometimes costly. Preferable solution would
be to make a system which is easy to carry and cheap.
The objective of this paper is to break down the technological barriers, and to propose a system by
developing an Android App which would help a visually impaired person while traveling via the public
transport system like Bus. The proposed system uses an inbuilt feature of smart phone such as GPS
location tracker to track the location of the user and Text to Speech converter. The system also integrates
Google Speech to Text converter for capturing the voice input and converts them to text. This system
recommends the requirement of installing a GPS module in buses for real time tracking. With minor
modification, this App can also help older people for independent navigation.
KEYWORDS
Blind Aid; Android App; GPS module; Google Speech to Text converter.
1. INTRODUCTION
We use buses for traveling from one place to another, but it would be difficult to locate the
correct bus if we are commuting in an unfamiliar environment. Now, imagine the case of a
visually impaired person. The task of finding a way in such an environment for an unassisted
person with visual impairment becomes nearly impossible. Navigation tends to be more difficult
because the environment is so homogeneous. This problem of outdoor navigation remains largely
unsolved.
So, the objective of the paper is to propose a system and develop a Mobile App, which could
help a blind or visually impaired person to navigate in outdoor areas via public transport systems
independently. This App would act as a medium between the visually impaired and the society.
The App first tracks the location of the user via GPS and accept their destination via Google
Speech to Text converter. Based on the extracted destination, it retrieves the buses and guides the
user. In case of danger or emergency, the App sends an auto-message to the emergency contact
number, mentioning the current location of the user.
The paper is organized into five sections. Section 1 covers, the motivation behind selecting the
topic and developing such a Mobile App. Section 2 summarizes the literature review carried out
to understand the existing systems in the domain. Section 3 elaborates the architectural details of
the developed App with its working in detail. Section 4 illustrates the implementation details with
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
14
the snapshots of the Mobile App. Section 5 concludes the paper by briefing the findings of the
study and highlights the future scope.
2. LITERATURE REVIEW
Before diving deep into the details of the developed App, it is imperative to brief the details of the
existing solution available. In papers [1,2,3], GPS (Global Positioning System) based voice alert
and navigation system is used to track the current location of the blind and to give alerts if it was
his destination or when they come across with an obstacle. In papers [4,5], WSN (Wireless
Sensor Networks) are used as a communication medium between the ZigBee units installed on
the bus and that present on the navigation system used by blind person.
In short, to use these solutions a blind person needs to carry a separate hardware device which
may be heavy or costly. So, the proposal was to come up with a software solution which could
break the technological barriers.
3. PROPOSED SYSTEM ARCHITECTURE
This section elaborates the architectural details of the developed system and Figure1 depicts the
overall working of the system. The modules in the system can be divided into two categories; (1)
Client side modules and (2) Server side modules along with GPS (Global Positioning System).
Figure 1. Proposed System Architecture
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
15
3.1. Client side Modules
The working of the two modules associated with the Client side are : (1) User Module: It is
installed on the smart phone of the user. When this module is activated, it automatically tracks the
location of the user via GPS Locator, every 3 seconds. This information is then transferred to the
Server along with the destination uttered to the module via Google Speech to Text converter. (2)
Bus Module: This module tracks the location of the bus and updates the Server, every 3 seconds
as latitude and longitude.
3.2. Server Side Module
Admin module, the Server side module which governs the bus database and the updates it. This
module answers the query posted from the client modules which are connected in the network.
3.3. Global Positioning System (GPS)
The Global Positioning System (GPS) is a space based radio navigation system that provides
reliable positioning, navigation, and timing services to civilian users on a continuous worldwide
basis. The GPS receiver will provide location and time. It receives the latitude and longitude
values from the satellite.
The overall working of the system can be illustrated as follows:
(1) Initialize the Server module, i.e, the Admin module.
(2) If a User module is instantiated from any of the user mobiles, this module sends a query
to the server module with the current location of the user and the destination.
(3) In response this Server module, retrieves the details of the buses towards the destination
and track their current location from the installed Bus module. The best suitable bus in
real-time is, then recommended to the user.
(4) The user module then alerts the user regarding the bus arrival time.
4. IMPLEMENTATION DETAILS
This section briefs the implementation details involved while developing Blind-Aid App. Sub-
section 3.1, describes the actual methodology used with respect to all the modules and sub-section
3.2, details the working of the App with snapshots.
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
16
4.1. Methodology used
The system was developed using a GPS enabled smart phone. Android provides a more scalable
platform than any other mobile OS and is more user friendly, hence application was built using
Android [6] framework. A server with a database is needed to maintain the user details, all the
bus requests and also for adding and deleting buses. Hence, server was hosted on
www.000webhost.com [7] with a MySQL database and PHP connectivity.
4.2. Snapshots
Figure 2(a) depicts the Home Screen of the Blind-Aid App. The user opens this App by tapping
on the Blind-Aid App icon. Then the user is presented with four options. The four options are; (1)
Bus Number; (2) Bus Track; (3) Auto-messaging and (4) About Us.
Figure 2. (a) Home Screen of Blind-Aid App; (b) UI for Voice Command
Figure 2(b) renders the UI for voice command. This UI accepts the voice command as input from
user for selecting any one of the above mentioned options. This UI is automatically activated as
soon as the App is initiated, so as to facilitate blind users.
Figure 3. (a) Query the GPS module; (b) Response retrieved from GPS.
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
17
The user selects Bus Number option, when he/she wants to get details about a bus from the
current location to the required destination. After selecting this option, the user is prompted with
the screen shown in Figure 3(a). When the user taps on this screen, the GPS location of the user
is tracked and displayed as shown in Figure 3(b). This step is required to track the source of user
for further processing. Next step is to accept the destination from user.
Figure. 4(a), depicts the UI for inputting the destination through voice command. Once the source
in the previous step is tracked and desired destination is converted to text, the User module
forwards a query to the Admin module to track the bus details. Figure. 4(b) depicts the bus details
retrieved from the database.
Figure. 4 (a) UI to utter destination; (b) Bus Details.
When the user wants to gather details of a particular bus, he/she selects the Bus track option from
the Home Screen. Figure 5(a) renders the screen that appears when this selection is made.
Through voice command user enters the Bus Number which they want to track. Figure 5(b)
renders the screen displaying current location about the Bus Number uttered by the user. This
current location is represented as latitude and longitude.
Figure. 5 (a) UI to utter Bus Number; (b) Current Bus Location.
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
18
For tracking the current location of the Bus, the user utters the Bus Number in the UI shown in
Figure 6(a). Once user taps on the screen shown in Figure 6(a), the GPS address of Bus location
is retrieved by the Server after interacting with GPS module of the concerned Bus. The resulting
screen is shown in the Figure 6(b).
The Auto-messaging module in this App, is an additional feature which can be used for sending
message to emergency contacts, in case the user come across with an accident or when he/she is
lost in the strange environment. This message includes the current location of user for easy
tracking. Figure 7(a) shows the screen that appears, when user selects Auto-Messaging option,
from the Home Screen. The location details of the user is retrieved from the GPS module and a
message is automatically generated as shown in Figure 7(a). Then, the user is prompted to enter
the emergency phone number as shown in Figure 7(b). Voice input is given by the user via
Google Speech to Text converter.
Figure. 6 (a) UI to locate Bus; (b) UI displaying Bus location.
Figure. 7 (a) Auto-generated Message; (b) UI to utter emergency number
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
19
Figure. 8(a) Auto message ready for sending (b) Message received on the emergency number.
After giving contact number as input, the message is now ready to be sent. The auto generated
message, is then forwarded to concerned number. This is depicted in Figure 8(a), where the user
needs to tap on send button to proceed. Figure 8(b) depicts the message received on the
emergency contact number. This message includes current location of the user.
Figure 9. UI for About Us option
About Us is the last option on the Home Screen of App. Figure. 9 is the screen that appears,
when user selects the respective option. The UI displays the information about the App; and also
provides a voice output for the text.
5. CONCLUSION
The Android App named, Blind-Aid has been developed and this App satisfies all proposed
requirements. The App is highly scalable and user friendly. Like any system, the App also has
some pros and cons.
International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015
20
The pros of the developed App can be enumerated as follows: (1) Quick access to the GPS
location of the bus; (2) The user can travel independently; (3) Avoids the requirement to carry a
separate device for navigation; (4) Applicable even in an unfamiliar environment; (5) Auto-
Messaging to track, when the user is in danger; (6) App can be easily extended to a general
Navigation App; (7) App can be distributed freely, as it just integrates the inbuilt features of
Android App with GPS; (8) App can be easily installed on all Android mobiles.
Now coming to some limitations of the App: (1) App is purely designed for the public Bus
transport system; (2) User Training is required, in order to use the App; (3) Uninterrupted internet
connection is required for voice recognition and data fetching; (4) Recommends a GPS module to
be installed on all buses.
The App can further extended as follows: (1) Notify the user about current status of the bus, i.e,
whether it is crowded or not. This will help the visually impaired person to decide whether to
catch the current bus or wait for another; (2) Notify all the intermediate stops between the source
and destination during the journey; (3) Modify the App for elderly people, physically challenged
or other normal users; (4) Extend the App for other transport systems (e.g. Train), in near future.
REFERENCES
[1] Gulati, R. (2011). GPS Based Voice Alert System for the Blind. International Journal of Scientific
and Engineering Research, 2(1), 1-5.
[2] Loomis, J. M., Golledge, R. G., & Klatzky, R. L. (1998). Navigation system for the blind: Auditory
display modes and guidance. Presence: Teleoperators and Virtual Environments, 7(2), 193-203.
[3] Mishra, R., & Koley, S. (2012). Voice Operated Outdoor Navigation System For Visually Impaired
Persons'. International Journal of Engineering and Technology, 3(2), l53-157.
[4] Lavanya, G., Preethy, W., Shameem, A., & Sushmitha, R. (2013, March). Passenger BUS alert
system for easy navigation of blind. In Circuits, Power and Computing Technologies (ICCPCT), 2013
International Conference on (pp. 798-802). IEEE.
[5] Quoc, T. P., Kim, M. C., Lee, H. K., & Eom, K. H. (2010). Wireless sensor network apply for the
blind U-bus system. International Journal of u-and e-Service, Science and Technology, 3(3), 13-24.
[6] Android Developers. [Online] https://developer.android.com/sdk/index.
[7] Free Web Hosting with PHP, MySQL and cPanel. [Online] http://www.000webhost.com.
AUTHORS
Vidya Rao
Pranoti Mane
Aditya Kumar
Mrs. Lifna C.S

More Related Content

What's hot

Bus tracking application project report
Bus tracking application project reportBus tracking application project report
Bus tracking application project reportAbhishek Singh
 
Bus tracking application in Android
Bus tracking application in AndroidBus tracking application in Android
Bus tracking application in Androidyashonil
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for buseSAT Journals
 
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
 
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITY
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITYUSER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITY
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITYBikram Thapa
 
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Happiest Minds Technologies
 
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...WMLab,NCU
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET Journal
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONcsandit
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsEditor IJCATR
 
Predicting bus arrival time based on participatory mobile phone sensing
Predicting bus arrival time based on participatory mobile phone sensingPredicting bus arrival time based on participatory mobile phone sensing
Predicting bus arrival time based on participatory mobile phone sensingSreeraj Puzhakkattiri
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemIOSR Journals
 
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...IRJET Journal
 

What's hot (18)

Bus tracking application project report
Bus tracking application project reportBus tracking application project report
Bus tracking application project report
 
Mobile GPS Tracking
Mobile GPS TrackingMobile GPS Tracking
Mobile GPS Tracking
 
Bus tracking application in Android
Bus tracking application in AndroidBus tracking application in Android
Bus tracking application in Android
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for bus
 
F018213641
F018213641F018213641
F018213641
 
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
 
U4409114117
U4409114117U4409114117
U4409114117
 
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITY
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITYUSER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITY
USER INTERFACE DEVELOPMENT FOR TRAIN SERVICES - TAMPERE CITY
 
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
 
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATION
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google Maps
 
Ijetcas14 395
Ijetcas14 395Ijetcas14 395
Ijetcas14 395
 
Predicting bus arrival time based on participatory mobile phone sensing
Predicting bus arrival time based on participatory mobile phone sensingPredicting bus arrival time based on participatory mobile phone sensing
Predicting bus arrival time based on participatory mobile phone sensing
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating System
 
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
 

Similar to BLIND AID : TRAVEL AID FOR BLIND

IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET Journal
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdfEllenC5
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod ApplicationIRJET Journal
 
IRJET- Bus Monitoring System using Android Application
IRJET-  	  Bus Monitoring System using Android ApplicationIRJET-  	  Bus Monitoring System using Android Application
IRJET- Bus Monitoring System using Android ApplicationIRJET Journal
 
Commuteaze - Smart Ticketing app
Commuteaze - Smart Ticketing appCommuteaze - Smart Ticketing app
Commuteaze - Smart Ticketing appPradeep Siddappa
 
Crowd Conscious Internet of Things Enabled Smart Bus Navigation System
Crowd Conscious Internet of Things Enabled Smart Bus Navigation SystemCrowd Conscious Internet of Things Enabled Smart Bus Navigation System
Crowd Conscious Internet of Things Enabled Smart Bus Navigation SystemIJCSIS Research Publications
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformAlexander Decker
 
Context Aware Road Traffic Speech Information System from Social Media
Context Aware Road Traffic Speech Information System from Social MediaContext Aware Road Traffic Speech Information System from Social Media
Context Aware Road Traffic Speech Information System from Social MediaPoo Kuan Hoong
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep LearningIRJET Journal
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138IJRAT
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEMijujournal
 
Bus Tracking Application in Android
Bus Tracking Application in AndroidBus Tracking Application in Android
Bus Tracking Application in AndroidAbhishek Singh
 
Travel Management Application
Travel Management ApplicationTravel Management Application
Travel Management ApplicationIRJET Journal
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051Sagar Parmar
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 

Similar to BLIND AID : TRAVEL AID FOR BLIND (20)

IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification System
 
IRJET - Blind Aid
IRJET - Blind AidIRJET - Blind Aid
IRJET - Blind Aid
 
MTCroid
MTCroidMTCroid
MTCroid
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdf
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod Application
 
IRJET- Bus Monitoring System using Android Application
IRJET-  	  Bus Monitoring System using Android ApplicationIRJET-  	  Bus Monitoring System using Android Application
IRJET- Bus Monitoring System using Android Application
 
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
 
Commuteaze - Smart Ticketing app
Commuteaze - Smart Ticketing appCommuteaze - Smart Ticketing app
Commuteaze - Smart Ticketing app
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
project
projectproject
project
 
Crowd Conscious Internet of Things Enabled Smart Bus Navigation System
Crowd Conscious Internet of Things Enabled Smart Bus Navigation SystemCrowd Conscious Internet of Things Enabled Smart Bus Navigation System
Crowd Conscious Internet of Things Enabled Smart Bus Navigation System
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platform
 
Context Aware Road Traffic Speech Information System from Social Media
Context Aware Road Traffic Speech Information System from Social MediaContext Aware Road Traffic Speech Information System from Social Media
Context Aware Road Traffic Speech Information System from Social Media
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep Learning
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
Bus Tracking Application in Android
Bus Tracking Application in AndroidBus Tracking Application in Android
Bus Tracking Application in Android
 
Travel Management Application
Travel Management ApplicationTravel Management Application
Travel Management Application
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 

More from ijcax

NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMTHE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...ijcax
 
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation ijcax
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems ijcax
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING ijcax
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR ijcax
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDijcax
 
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...ijcax
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 
TRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSTRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSijcax
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...ijcax
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...ijcax
 
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...ijcax
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR ijcax
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...ijcax
 
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...ijcax
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDijcax
 
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION ijcax
 

More from ijcax (20)

NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMTHE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
 
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLIND
 
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 
TRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSTRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBS
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
 
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
 
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLIND
 
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

BLIND AID : TRAVEL AID FOR BLIND

  • 1. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 DOI: 10.5121/ijcax.2015.2402 13 BLIND AID : TRAVEL AID FOR BLIND Vidya Rao1 , Pranoti Mane2 , Aditya Kumar3 and Lifna C.S4 Department of Computer Engineering, VES Institute of Technology, Mumbai, India ABSTRACT Visually impaired people face many problems in their day to day lives. Among them, outdoor navigation is one of the major concerns. The existing solutions based on Wireless Sensor Networks(WSN) and Global Positioning System (GPS) track ZigBee units or RFID (Radio Frequency Identification) tags fixed on the navigation system. The issues pertaining to these solutions are as follows: (1) It is suitable only when the visually impaired person is commuting in a familiar environment; (2) The device provides only a one way communication; (3) Most of these instruments are heavy and sometimes costly. Preferable solution would be to make a system which is easy to carry and cheap. The objective of this paper is to break down the technological barriers, and to propose a system by developing an Android App which would help a visually impaired person while traveling via the public transport system like Bus. The proposed system uses an inbuilt feature of smart phone such as GPS location tracker to track the location of the user and Text to Speech converter. The system also integrates Google Speech to Text converter for capturing the voice input and converts them to text. This system recommends the requirement of installing a GPS module in buses for real time tracking. With minor modification, this App can also help older people for independent navigation. KEYWORDS Blind Aid; Android App; GPS module; Google Speech to Text converter. 1. INTRODUCTION We use buses for traveling from one place to another, but it would be difficult to locate the correct bus if we are commuting in an unfamiliar environment. Now, imagine the case of a visually impaired person. The task of finding a way in such an environment for an unassisted person with visual impairment becomes nearly impossible. Navigation tends to be more difficult because the environment is so homogeneous. This problem of outdoor navigation remains largely unsolved. So, the objective of the paper is to propose a system and develop a Mobile App, which could help a blind or visually impaired person to navigate in outdoor areas via public transport systems independently. This App would act as a medium between the visually impaired and the society. The App first tracks the location of the user via GPS and accept their destination via Google Speech to Text converter. Based on the extracted destination, it retrieves the buses and guides the user. In case of danger or emergency, the App sends an auto-message to the emergency contact number, mentioning the current location of the user. The paper is organized into five sections. Section 1 covers, the motivation behind selecting the topic and developing such a Mobile App. Section 2 summarizes the literature review carried out to understand the existing systems in the domain. Section 3 elaborates the architectural details of the developed App with its working in detail. Section 4 illustrates the implementation details with
  • 2. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 14 the snapshots of the Mobile App. Section 5 concludes the paper by briefing the findings of the study and highlights the future scope. 2. LITERATURE REVIEW Before diving deep into the details of the developed App, it is imperative to brief the details of the existing solution available. In papers [1,2,3], GPS (Global Positioning System) based voice alert and navigation system is used to track the current location of the blind and to give alerts if it was his destination or when they come across with an obstacle. In papers [4,5], WSN (Wireless Sensor Networks) are used as a communication medium between the ZigBee units installed on the bus and that present on the navigation system used by blind person. In short, to use these solutions a blind person needs to carry a separate hardware device which may be heavy or costly. So, the proposal was to come up with a software solution which could break the technological barriers. 3. PROPOSED SYSTEM ARCHITECTURE This section elaborates the architectural details of the developed system and Figure1 depicts the overall working of the system. The modules in the system can be divided into two categories; (1) Client side modules and (2) Server side modules along with GPS (Global Positioning System). Figure 1. Proposed System Architecture
  • 3. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 15 3.1. Client side Modules The working of the two modules associated with the Client side are : (1) User Module: It is installed on the smart phone of the user. When this module is activated, it automatically tracks the location of the user via GPS Locator, every 3 seconds. This information is then transferred to the Server along with the destination uttered to the module via Google Speech to Text converter. (2) Bus Module: This module tracks the location of the bus and updates the Server, every 3 seconds as latitude and longitude. 3.2. Server Side Module Admin module, the Server side module which governs the bus database and the updates it. This module answers the query posted from the client modules which are connected in the network. 3.3. Global Positioning System (GPS) The Global Positioning System (GPS) is a space based radio navigation system that provides reliable positioning, navigation, and timing services to civilian users on a continuous worldwide basis. The GPS receiver will provide location and time. It receives the latitude and longitude values from the satellite. The overall working of the system can be illustrated as follows: (1) Initialize the Server module, i.e, the Admin module. (2) If a User module is instantiated from any of the user mobiles, this module sends a query to the server module with the current location of the user and the destination. (3) In response this Server module, retrieves the details of the buses towards the destination and track their current location from the installed Bus module. The best suitable bus in real-time is, then recommended to the user. (4) The user module then alerts the user regarding the bus arrival time. 4. IMPLEMENTATION DETAILS This section briefs the implementation details involved while developing Blind-Aid App. Sub- section 3.1, describes the actual methodology used with respect to all the modules and sub-section 3.2, details the working of the App with snapshots.
  • 4. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 16 4.1. Methodology used The system was developed using a GPS enabled smart phone. Android provides a more scalable platform than any other mobile OS and is more user friendly, hence application was built using Android [6] framework. A server with a database is needed to maintain the user details, all the bus requests and also for adding and deleting buses. Hence, server was hosted on www.000webhost.com [7] with a MySQL database and PHP connectivity. 4.2. Snapshots Figure 2(a) depicts the Home Screen of the Blind-Aid App. The user opens this App by tapping on the Blind-Aid App icon. Then the user is presented with four options. The four options are; (1) Bus Number; (2) Bus Track; (3) Auto-messaging and (4) About Us. Figure 2. (a) Home Screen of Blind-Aid App; (b) UI for Voice Command Figure 2(b) renders the UI for voice command. This UI accepts the voice command as input from user for selecting any one of the above mentioned options. This UI is automatically activated as soon as the App is initiated, so as to facilitate blind users. Figure 3. (a) Query the GPS module; (b) Response retrieved from GPS.
  • 5. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 17 The user selects Bus Number option, when he/she wants to get details about a bus from the current location to the required destination. After selecting this option, the user is prompted with the screen shown in Figure 3(a). When the user taps on this screen, the GPS location of the user is tracked and displayed as shown in Figure 3(b). This step is required to track the source of user for further processing. Next step is to accept the destination from user. Figure. 4(a), depicts the UI for inputting the destination through voice command. Once the source in the previous step is tracked and desired destination is converted to text, the User module forwards a query to the Admin module to track the bus details. Figure. 4(b) depicts the bus details retrieved from the database. Figure. 4 (a) UI to utter destination; (b) Bus Details. When the user wants to gather details of a particular bus, he/she selects the Bus track option from the Home Screen. Figure 5(a) renders the screen that appears when this selection is made. Through voice command user enters the Bus Number which they want to track. Figure 5(b) renders the screen displaying current location about the Bus Number uttered by the user. This current location is represented as latitude and longitude. Figure. 5 (a) UI to utter Bus Number; (b) Current Bus Location.
  • 6. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 18 For tracking the current location of the Bus, the user utters the Bus Number in the UI shown in Figure 6(a). Once user taps on the screen shown in Figure 6(a), the GPS address of Bus location is retrieved by the Server after interacting with GPS module of the concerned Bus. The resulting screen is shown in the Figure 6(b). The Auto-messaging module in this App, is an additional feature which can be used for sending message to emergency contacts, in case the user come across with an accident or when he/she is lost in the strange environment. This message includes the current location of user for easy tracking. Figure 7(a) shows the screen that appears, when user selects Auto-Messaging option, from the Home Screen. The location details of the user is retrieved from the GPS module and a message is automatically generated as shown in Figure 7(a). Then, the user is prompted to enter the emergency phone number as shown in Figure 7(b). Voice input is given by the user via Google Speech to Text converter. Figure. 6 (a) UI to locate Bus; (b) UI displaying Bus location. Figure. 7 (a) Auto-generated Message; (b) UI to utter emergency number
  • 7. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 19 Figure. 8(a) Auto message ready for sending (b) Message received on the emergency number. After giving contact number as input, the message is now ready to be sent. The auto generated message, is then forwarded to concerned number. This is depicted in Figure 8(a), where the user needs to tap on send button to proceed. Figure 8(b) depicts the message received on the emergency contact number. This message includes current location of the user. Figure 9. UI for About Us option About Us is the last option on the Home Screen of App. Figure. 9 is the screen that appears, when user selects the respective option. The UI displays the information about the App; and also provides a voice output for the text. 5. CONCLUSION The Android App named, Blind-Aid has been developed and this App satisfies all proposed requirements. The App is highly scalable and user friendly. Like any system, the App also has some pros and cons.
  • 8. International Journal of Computer-Aided Technologies (IJCAx) Vol.2, No.4, October 2015 20 The pros of the developed App can be enumerated as follows: (1) Quick access to the GPS location of the bus; (2) The user can travel independently; (3) Avoids the requirement to carry a separate device for navigation; (4) Applicable even in an unfamiliar environment; (5) Auto- Messaging to track, when the user is in danger; (6) App can be easily extended to a general Navigation App; (7) App can be distributed freely, as it just integrates the inbuilt features of Android App with GPS; (8) App can be easily installed on all Android mobiles. Now coming to some limitations of the App: (1) App is purely designed for the public Bus transport system; (2) User Training is required, in order to use the App; (3) Uninterrupted internet connection is required for voice recognition and data fetching; (4) Recommends a GPS module to be installed on all buses. The App can further extended as follows: (1) Notify the user about current status of the bus, i.e, whether it is crowded or not. This will help the visually impaired person to decide whether to catch the current bus or wait for another; (2) Notify all the intermediate stops between the source and destination during the journey; (3) Modify the App for elderly people, physically challenged or other normal users; (4) Extend the App for other transport systems (e.g. Train), in near future. REFERENCES [1] Gulati, R. (2011). GPS Based Voice Alert System for the Blind. International Journal of Scientific and Engineering Research, 2(1), 1-5. [2] Loomis, J. M., Golledge, R. G., & Klatzky, R. L. (1998). Navigation system for the blind: Auditory display modes and guidance. Presence: Teleoperators and Virtual Environments, 7(2), 193-203. [3] Mishra, R., & Koley, S. (2012). Voice Operated Outdoor Navigation System For Visually Impaired Persons'. International Journal of Engineering and Technology, 3(2), l53-157. [4] Lavanya, G., Preethy, W., Shameem, A., & Sushmitha, R. (2013, March). Passenger BUS alert system for easy navigation of blind. In Circuits, Power and Computing Technologies (ICCPCT), 2013 International Conference on (pp. 798-802). IEEE. [5] Quoc, T. P., Kim, M. C., Lee, H. K., & Eom, K. H. (2010). Wireless sensor network apply for the blind U-bus system. International Journal of u-and e-Service, Science and Technology, 3(3), 13-24. [6] Android Developers. [Online] https://developer.android.com/sdk/index. [7] Free Web Hosting with PHP, MySQL and cPanel. [Online] http://www.000webhost.com. AUTHORS Vidya Rao Pranoti Mane Aditya Kumar Mrs. Lifna C.S