SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 375
ASSITANCE APPLICATION for VISUALLY
IMPAIRED - VISION
Varsha Sharma*, Chaitanya Sharma**, Sahil Jain***, Siddhant Jain****
*( Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India
Email: varsha311082@gmail.com)
** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India
Email: chaitanyasharma884@gmail.com)
*** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India
Email: sahiljain1028@gmail.com)
**** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India
Email: siddj38@gmail.com)
----------------------------------------************************----------------------------------
Abstract:
This model is developed in order to help visually impaired people in recognizing daily life objects
which they may sometimes find difficult to detect. Today, with the help of technology various problems
could be solved within fractions of seconds which earlier were seen as impossible. With the use of this
platform of technology various applications are built today which helps the disabled people in making
their lives easy and better. This application does the same by clicking a picture of the surroundings from
your smartphone and detecting the objects present in it and the same is informed to the user. For achieving
this task, machine learning algorithm – CNN (Convolutional Neural Network) has been used by using
Tensorflow API. The proposed model is validated by implementation in Android platform.
Keywords —Android Application, Object Detection, Visually Impaired, CNN, Tensorflow API
----------------------------------------************************----------------------------------
I. INTRODUCTION
This application is a mobile application developed
to be functional on Android smartphones which
have a working camera in them. The intended users
to this application are specially the visually
impaired people. The application was developed to
help these visually impaired people so that they do
not find themselves behind other people and it
could help them accept the challenges of life [1].
This application also helps in increasing their moral
and a sense of self confidence in them. The
application opens up and that very moment the
camera starts working in the smartphone. The user
then clicks the picture of the object which is in front
of them. The application then detects the object
present in the picture with the help of the pre-
trained model of Tensorflow API [2]. The
application also gives the results of the closest
matches to the objects and a percentage with them.
This percentage tells how much the object in the
picture symbolizes with the object detected by the
application. The resulted object which symbolizes
the most with the object present in the picture has
the highest percentage amongst others. As the
intended user for this application is a visually
impaired person and theycan not see the results on
the mobile screen, the name of the object with the
highest percentage is pronounced by the application
which finally solves the problem for the user in
detecting that object. The user can then know the
object present in front.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 376
II. RELATED WORK
A) Choosing the Target Device
Mobile phone has always been a popular and easily
accessible device to the masses once it became
accessible to the masses. Earlier phones used to be
much more difficult to be operated by the blind
people due to them being button operated but
nowadays people are moving towards touchscreen
phones. Today’s generation of phones is what we
call “smartphones”. This is because in addition of
normal phone features, they have several added
features like good quality cameras, multimedia and
navigation. These phones now have simple GUI
(Graphical User Interface) which is easy to operate.
Android OS based smartphones are currently the
most widely available and used smartphones [3]
which also offer various accessibility features.
Talkback [4] is one such feature which basically
read out the UI elements to the user and thus
helping them navigate and understand what’s on the
screen. Similar features also exist on other mobile
operating systems such as iOS[5]. Beside these
features, these phones offer powerful GPUs and
CPUs with features like recorder and GPS receivers
which can be used to develop custom applications
for the people with special needs. Even though
there are devices available for such people but often
they tend to be more costly to buy and use and they
also add a burden of carrying an extra device for the
person.
B) Solutions already available
Object detection and classification is a field which
has been greatly been explored by the experts.
Researchers have already explored the idea of this
technology being useful for the visually impaired
people but earlier this approach required state-of-
the -art hardware or in case of low power hardware
the algorithm would not be running on the user
hardware itself but on a powerful cloud server.
With the recent development in the mobile phones
becoming very powerful, there are several
applications already available for the users which
perform the algorithm required for detection on the
user hardware itself.
The developer LookTel [6] had developed the
application called Recoganizer. This application is
available on iOS devices and is useful to detect
smaller object of daily use. The images are stored in
a local database and hence is able to work on the
user hardware itself. This application heavily rely
on a sighted person to first preload the images of
these items in a pre-determined orientation. This
poses a big limitation on the usage of the
application as the visually impaired person would
require the assistance of a sighted person every time
a new object is needed to be added.
Another such solution is the EyeRing [7] project.
This is a device meant to be worn on the finger.
This device consists of a VGA camera,
microcontroller and a Bluetooth module for
communication with an android phone. This device
can be used as a replacement of a cane as it can
help in determining object, currency note, distance
calculation and text to speech. This device however
is quite expensive and is thus out of reach of
majority of people.
Object detection using Convolutional Neural
Network (CNN) is an emerging concept but is not
yet very mainstream in mobile applications.
Kanghun Jeong and Hyeonjoon Moon [8] had
designed an object detection algorithm using
Feature Accelerated Segment Test (FAST)
algorithm for smartphones. FAST provides faster
edge detection after which further nasalization can
be applied to extract more details.
In 2016, Shivaji Sarokar [9] developed a navigation
system for the visually impaired people to help
them avoid obstacles while navigating.They utilized
a buzzer and vibrator to inform the person about an
object. This system was targeted for the people who
are exploring a new environment about which they
don’t have much information beforehand.
III. PROPOSED ARCHITECTURE
Object detection has become a largely upcoming
scope for detecting object using image processing
techniques which are used for social applications
and industrial applications. Purpose of this project
is object detection for the visually impaired by
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 377
using object detection using camera clicked pictures
and speech synthesis. Thus we conclude that object
detection is useful in day to day life of visually
impaired users. Following are the main components
of this project which are explained briefly:
1. Image processing:-
Image processing [10] is a process of conversion of
image into digital format and performing operations
on it so that useful information could be extracted.
It is usually present in form a video frame or a
photograph and the result is an image. We treat that
image as 2 dimensions and apply defined
processing methods to it. It follows operations like
image sharpening for better sharpened image,
virtualization for clarity of image.
2. Object detection:-
Object detection [11] in this project has been
implemented using the CNN algorithm [12]. A
Convolutional Neural Network (CNN) is a an
algorithm which takes image as its input, assigns
importance to various aspects/objects in the image
and is able to differentiate one from the other. Then,
with the help of the trained model we are able to
detect the object in the image captured.
3. Speech synthesis:-
Speech synthesis [13] is the artificial production of
human voice/speech. Here the results generated are
in the form of text which is given as input to this
process. Synthesized speech can be created by
concatenating pieces of recorded speech that is
stored in database. This is generated after data
extraction and detection in speech synthesis. The
output will be in form of speech which will give the
impaired users an idea of object which is detected.
4. Android application:-
Android application [14] is software that runs on
the android OS. This android OS is compatible with
not only mobile devices, but with tablets, TVs,
watches etc. This application is deployed on
android platform because android OS is user
friendly, easy to work with and the most powerful
amongst other technologies in today’s date.
IV. RESULTS
Fig. 1. Basic UI of the app
The above figure shows the basic UI layout of the
application that will be shown to the user whenever
they use the application.
Fig. 2. First Example of the running application
The above figure shows the first example recorded
while testing the application. In this example, we
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 378
have placed a bag on a plain background and the
application is used for detection of the object.
Fig. 3. Second Example of the running application
The above figure shows the second example
recorded while testing the application. In this
example, we have used a wall mounted switchboard
and the application is used for detection of the
object.
V. CONCLUSION
The proposed model has been implemented in
android OS. It was tested on Oneplus smart phone.
The conclusions drawn from the proposed model
are listed below:
• The model provides an easy way to help the visually
impaired people by detecting the object present in
front of them.
• The application not only shows the name of the
object but it also pronounces the object’s name.
• The application does not require a working internet
connection to work. It has its own database which
includes 80 classes of objects.
Currently the application developed is able to detect
objects with enough accuracy to help a visually
impaired person in his or her daily life. This
application can detect daily life objects like cars,
bike, laptops etc. The application with further
development can be used for further enhancement
for visually impaired people. It can be further used
for its use in cybernetics, computing environment
and developing systems in digital world on many
aspects like for understanding human behavior
based on their way of interaction and for further
explores.
REFERENCES
[1] Strumillo P. (2012) Electronic navigation systems for the blind and the
visually impaired, Lodz University of Technology Publishing House
(in Polish).
[2] acadgild.com/blog/introduction-to-tensorflow-in-android
[3] www.gartner.com/newsroom/id/2237315
[4] mcmw.abilitynet.org.uk/talkback-android-jelly-bean-4-2-2
[5] apple.com/accessibility/iphone/vision.html
[6] looktel.com/recognizer
[7] Nanayakkara S. C., Shilkrot R. and Maes P. (2102) EyeRing: An Eye
on a Finger. Intl. Conf. Human Factors in Computing (CHI 2012)
[8] Kanghun Jeong and Hyeonjoon Moon “Object Detection using FAST
Corner Detector based on Smartphone platforms” 2011 First
ACIS/JNU International Conference on Computers, Networks, Systems,
and Industrial Engineering, pp.111 – 115.
[9] Shivaji Sarokar, Seema Udgirkar, Sujit Gore & Dinesh Kakust “Object
Detection System for Blind People”, International Journal of
Innovative Research in Computer and Communication Engineering
(An ISO 3297: 2007 Certified Organization) Vol. 4, Issue 9,pp 12-20,
September 2016.
[10] sisu.ut.ee/imageprocessing/book/1
[11] en.wikipedia.org/wiki/Object_detection
[12] towardsdatascience.com/acomprehensive-guide-to-convolutional-
neural-networks-the-eli5-way-3bd2b1164a53
[13] techopedia.com/definition/3647/speech-synthesis
[14] techopedia.com/definition/25099/android-app

More Related Content

What's hot

Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition IJECEIAES
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User InputIRJET Journal
 
An HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityAn HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityIJEACS
 
IRJET - For(E)Sight :A Perceptive Device to Assist Blind People
IRJET -  	  For(E)Sight :A Perceptive Device to Assist Blind PeopleIRJET -  	  For(E)Sight :A Perceptive Device to Assist Blind People
IRJET - For(E)Sight :A Perceptive Device to Assist Blind PeopleIRJET Journal
 
IRJET- Voice Assistant for Visually Impaired People
IRJET-  	  Voice Assistant for Visually Impaired PeopleIRJET-  	  Voice Assistant for Visually Impaired People
IRJET- Voice Assistant for Visually Impaired PeopleIRJET Journal
 
“Brilliantreflect”: smart mirror for smart life
“Brilliantreflect”: smart mirror for smart life“Brilliantreflect”: smart mirror for smart life
“Brilliantreflect”: smart mirror for smart lifeIJECEIAES
 
MultiModal Image Search on Mobile Device
MultiModal Image Search on Mobile DeviceMultiModal Image Search on Mobile Device
MultiModal Image Search on Mobile DeviceShailesh kumar
 
IRJET- Application of MCNN in Object Detection
IRJET-  	  Application of MCNN in Object DetectionIRJET-  	  Application of MCNN in Object Detection
IRJET- Application of MCNN in Object DetectionIRJET Journal
 
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATION
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATIONMOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATION
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATIONijma
 
Interactive Multimodal Visual Search on Mobile Device
Interactive Multimodal Visual Search on Mobile DeviceInteractive Multimodal Visual Search on Mobile Device
Interactive Multimodal Visual Search on Mobile DeviceEditor IJMTER
 
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYTechnical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYSYED HOZAIFA ALI
 
An effective approach to develop location-based augmented reality information...
An effective approach to develop location-based augmented reality information...An effective approach to develop location-based augmented reality information...
An effective approach to develop location-based augmented reality information...IJECEIAES
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentationSakshamTurki
 
Visual, navigation and communication aid for visually impaired person
Visual, navigation and communication aid for visually impaired person Visual, navigation and communication aid for visually impaired person
Visual, navigation and communication aid for visually impaired person IJECEIAES
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Implementation of video tagging identifying characters in video
Implementation of video tagging identifying characters in videoImplementation of video tagging identifying characters in video
Implementation of video tagging identifying characters in videoeSAT Publishing House
 
human activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysishuman activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysisVenkat Projects
 
A multi-task learning based hybrid prediction algorithm for privacy preservin...
A multi-task learning based hybrid prediction algorithm for privacy preservin...A multi-task learning based hybrid prediction algorithm for privacy preservin...
A multi-task learning based hybrid prediction algorithm for privacy preservin...journalBEEI
 

What's hot (20)

Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User Input
 
An HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityAn HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf Community
 
IRJET - For(E)Sight :A Perceptive Device to Assist Blind People
IRJET -  	  For(E)Sight :A Perceptive Device to Assist Blind PeopleIRJET -  	  For(E)Sight :A Perceptive Device to Assist Blind People
IRJET - For(E)Sight :A Perceptive Device to Assist Blind People
 
IRJET- Voice Assistant for Visually Impaired People
IRJET-  	  Voice Assistant for Visually Impaired PeopleIRJET-  	  Voice Assistant for Visually Impaired People
IRJET- Voice Assistant for Visually Impaired People
 
“Brilliantreflect”: smart mirror for smart life
“Brilliantreflect”: smart mirror for smart life“Brilliantreflect”: smart mirror for smart life
“Brilliantreflect”: smart mirror for smart life
 
MultiModal Image Search on Mobile Device
MultiModal Image Search on Mobile DeviceMultiModal Image Search on Mobile Device
MultiModal Image Search on Mobile Device
 
IRJET- Application of MCNN in Object Detection
IRJET-  	  Application of MCNN in Object DetectionIRJET-  	  Application of MCNN in Object Detection
IRJET- Application of MCNN in Object Detection
 
50120140501008
5012014050100850120140501008
50120140501008
 
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATION
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATIONMOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATION
MOBILE AUGMENTED REALITY APPLICATION FOR PRIMARY SCHOOL EDUCATION
 
Interactive Multimodal Visual Search on Mobile Device
Interactive Multimodal Visual Search on Mobile DeviceInteractive Multimodal Visual Search on Mobile Device
Interactive Multimodal Visual Search on Mobile Device
 
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYTechnical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
 
An effective approach to develop location-based augmented reality information...
An effective approach to develop location-based augmented reality information...An effective approach to develop location-based augmented reality information...
An effective approach to develop location-based augmented reality information...
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentation
 
Visual, navigation and communication aid for visually impaired person
Visual, navigation and communication aid for visually impaired person Visual, navigation and communication aid for visually impaired person
Visual, navigation and communication aid for visually impaired person
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Implementation of video tagging identifying characters in video
Implementation of video tagging identifying characters in videoImplementation of video tagging identifying characters in video
Implementation of video tagging identifying characters in video
 
human activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysishuman activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysis
 
A multi-task learning based hybrid prediction algorithm for privacy preservin...
A multi-task learning based hybrid prediction algorithm for privacy preservin...A multi-task learning based hybrid prediction algorithm for privacy preservin...
A multi-task learning based hybrid prediction algorithm for privacy preservin...
 

Similar to Assistance Application for Visually Impaired - VISION

Forey: An Android Application for the Visually Impaired
Forey: An Android Application for the Visually ImpairedForey: An Android Application for the Visually Impaired
Forey: An Android Application for the Visually ImpairedIRJET Journal
 
Eye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIEye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIDr. Amarjeet Singh
 
An Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleAn Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleIRJET Journal
 
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...TELKOMNIKA JOURNAL
 
Augmented Reality in Medical Education
Augmented Reality in Medical EducationAugmented Reality in Medical Education
Augmented Reality in Medical EducationIRJET Journal
 
IRJET- Gesture Drawing Android Application for Visually-Impaired People
IRJET- Gesture Drawing Android Application for Visually-Impaired PeopleIRJET- Gesture Drawing Android Application for Visually-Impaired People
IRJET- Gesture Drawing Android Application for Visually-Impaired PeopleIRJET Journal
 
Sixth Sense Technology
Sixth Sense TechnologySixth Sense Technology
Sixth Sense TechnologyIRJET Journal
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET Journal
 
IRJET- Sixth Sense Technology in Image Processing
IRJET-  	  Sixth Sense Technology in Image ProcessingIRJET-  	  Sixth Sense Technology in Image Processing
IRJET- Sixth Sense Technology in Image ProcessingIRJET Journal
 
Trip Tracking System
Trip Tracking SystemTrip Tracking System
Trip Tracking SystemIRJET Journal
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemIRJET Journal
 
Soundscape for Visually Impaired
Soundscape for Visually ImpairedSoundscape for Visually Impaired
Soundscape for Visually ImpairedIRJET Journal
 
IRJET- Gesture Recognition using Sixth Sense Technology
IRJET-  	  Gesture Recognition using Sixth Sense TechnologyIRJET-  	  Gesture Recognition using Sixth Sense Technology
IRJET- Gesture Recognition using Sixth Sense TechnologyIRJET Journal
 
SIXTH SENSE TECHNOLOGY REPORT
SIXTH SENSE TECHNOLOGY REPORTSIXTH SENSE TECHNOLOGY REPORT
SIXTH SENSE TECHNOLOGY REPORTJISMI JACOB
 
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...Implementing Deep Learning Model in Human Computer Interaction with Face Reco...
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...IRJET Journal
 
IRJET- Smart Interactive Mirror Interface
IRJET-  	  Smart Interactive Mirror Interface IRJET-  	  Smart Interactive Mirror Interface
IRJET- Smart Interactive Mirror Interface IRJET Journal
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationKavita Sharma
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...IRJET Journal
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual AssistantsIRJET Journal
 

Similar to Assistance Application for Visually Impaired - VISION (20)

Forey: An Android Application for the Visually Impaired
Forey: An Android Application for the Visually ImpairedForey: An Android Application for the Visually Impaired
Forey: An Android Application for the Visually Impaired
 
Eye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIEye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AI
 
An Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleAn Assistive System for Visually Impaired People
An Assistive System for Visually Impaired People
 
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
 
Augmented Reality in Medical Education
Augmented Reality in Medical EducationAugmented Reality in Medical Education
Augmented Reality in Medical Education
 
IRJET- Gesture Drawing Android Application for Visually-Impaired People
IRJET- Gesture Drawing Android Application for Visually-Impaired PeopleIRJET- Gesture Drawing Android Application for Visually-Impaired People
IRJET- Gesture Drawing Android Application for Visually-Impaired People
 
Sixth Sense Technology
Sixth Sense TechnologySixth Sense Technology
Sixth Sense Technology
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
 
IRJET- Sixth Sense Technology in Image Processing
IRJET-  	  Sixth Sense Technology in Image ProcessingIRJET-  	  Sixth Sense Technology in Image Processing
IRJET- Sixth Sense Technology in Image Processing
 
Trip Tracking System
Trip Tracking SystemTrip Tracking System
Trip Tracking System
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance System
 
Soundscape for Visually Impaired
Soundscape for Visually ImpairedSoundscape for Visually Impaired
Soundscape for Visually Impaired
 
IRJET- Gesture Recognition using Sixth Sense Technology
IRJET-  	  Gesture Recognition using Sixth Sense TechnologyIRJET-  	  Gesture Recognition using Sixth Sense Technology
IRJET- Gesture Recognition using Sixth Sense Technology
 
SIXTH SENSE TECHNOLOGY REPORT
SIXTH SENSE TECHNOLOGY REPORTSIXTH SENSE TECHNOLOGY REPORT
SIXTH SENSE TECHNOLOGY REPORT
 
Sixth sense
Sixth senseSixth sense
Sixth sense
 
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...Implementing Deep Learning Model in Human Computer Interaction with Face Reco...
Implementing Deep Learning Model in Human Computer Interaction with Face Reco...
 
IRJET- Smart Interactive Mirror Interface
IRJET-  	  Smart Interactive Mirror Interface IRJET-  	  Smart Interactive Mirror Interface
IRJET- Smart Interactive Mirror Interface
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android Application
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual Assistants
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cartIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Assistance Application for Visually Impaired - VISION

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 375 ASSITANCE APPLICATION for VISUALLY IMPAIRED - VISION Varsha Sharma*, Chaitanya Sharma**, Sahil Jain***, Siddhant Jain**** *( Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India Email: varsha311082@gmail.com) ** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India Email: chaitanyasharma884@gmail.com) *** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India Email: sahiljain1028@gmail.com) **** (Student, Information Technology Department, Bhagwan Parshuram Institute of Technology, Delhi,India Email: siddj38@gmail.com) ----------------------------------------************************---------------------------------- Abstract: This model is developed in order to help visually impaired people in recognizing daily life objects which they may sometimes find difficult to detect. Today, with the help of technology various problems could be solved within fractions of seconds which earlier were seen as impossible. With the use of this platform of technology various applications are built today which helps the disabled people in making their lives easy and better. This application does the same by clicking a picture of the surroundings from your smartphone and detecting the objects present in it and the same is informed to the user. For achieving this task, machine learning algorithm – CNN (Convolutional Neural Network) has been used by using Tensorflow API. The proposed model is validated by implementation in Android platform. Keywords —Android Application, Object Detection, Visually Impaired, CNN, Tensorflow API ----------------------------------------************************---------------------------------- I. INTRODUCTION This application is a mobile application developed to be functional on Android smartphones which have a working camera in them. The intended users to this application are specially the visually impaired people. The application was developed to help these visually impaired people so that they do not find themselves behind other people and it could help them accept the challenges of life [1]. This application also helps in increasing their moral and a sense of self confidence in them. The application opens up and that very moment the camera starts working in the smartphone. The user then clicks the picture of the object which is in front of them. The application then detects the object present in the picture with the help of the pre- trained model of Tensorflow API [2]. The application also gives the results of the closest matches to the objects and a percentage with them. This percentage tells how much the object in the picture symbolizes with the object detected by the application. The resulted object which symbolizes the most with the object present in the picture has the highest percentage amongst others. As the intended user for this application is a visually impaired person and theycan not see the results on the mobile screen, the name of the object with the highest percentage is pronounced by the application which finally solves the problem for the user in detecting that object. The user can then know the object present in front. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 376 II. RELATED WORK A) Choosing the Target Device Mobile phone has always been a popular and easily accessible device to the masses once it became accessible to the masses. Earlier phones used to be much more difficult to be operated by the blind people due to them being button operated but nowadays people are moving towards touchscreen phones. Today’s generation of phones is what we call “smartphones”. This is because in addition of normal phone features, they have several added features like good quality cameras, multimedia and navigation. These phones now have simple GUI (Graphical User Interface) which is easy to operate. Android OS based smartphones are currently the most widely available and used smartphones [3] which also offer various accessibility features. Talkback [4] is one such feature which basically read out the UI elements to the user and thus helping them navigate and understand what’s on the screen. Similar features also exist on other mobile operating systems such as iOS[5]. Beside these features, these phones offer powerful GPUs and CPUs with features like recorder and GPS receivers which can be used to develop custom applications for the people with special needs. Even though there are devices available for such people but often they tend to be more costly to buy and use and they also add a burden of carrying an extra device for the person. B) Solutions already available Object detection and classification is a field which has been greatly been explored by the experts. Researchers have already explored the idea of this technology being useful for the visually impaired people but earlier this approach required state-of- the -art hardware or in case of low power hardware the algorithm would not be running on the user hardware itself but on a powerful cloud server. With the recent development in the mobile phones becoming very powerful, there are several applications already available for the users which perform the algorithm required for detection on the user hardware itself. The developer LookTel [6] had developed the application called Recoganizer. This application is available on iOS devices and is useful to detect smaller object of daily use. The images are stored in a local database and hence is able to work on the user hardware itself. This application heavily rely on a sighted person to first preload the images of these items in a pre-determined orientation. This poses a big limitation on the usage of the application as the visually impaired person would require the assistance of a sighted person every time a new object is needed to be added. Another such solution is the EyeRing [7] project. This is a device meant to be worn on the finger. This device consists of a VGA camera, microcontroller and a Bluetooth module for communication with an android phone. This device can be used as a replacement of a cane as it can help in determining object, currency note, distance calculation and text to speech. This device however is quite expensive and is thus out of reach of majority of people. Object detection using Convolutional Neural Network (CNN) is an emerging concept but is not yet very mainstream in mobile applications. Kanghun Jeong and Hyeonjoon Moon [8] had designed an object detection algorithm using Feature Accelerated Segment Test (FAST) algorithm for smartphones. FAST provides faster edge detection after which further nasalization can be applied to extract more details. In 2016, Shivaji Sarokar [9] developed a navigation system for the visually impaired people to help them avoid obstacles while navigating.They utilized a buzzer and vibrator to inform the person about an object. This system was targeted for the people who are exploring a new environment about which they don’t have much information beforehand. III. PROPOSED ARCHITECTURE Object detection has become a largely upcoming scope for detecting object using image processing techniques which are used for social applications and industrial applications. Purpose of this project is object detection for the visually impaired by
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 377 using object detection using camera clicked pictures and speech synthesis. Thus we conclude that object detection is useful in day to day life of visually impaired users. Following are the main components of this project which are explained briefly: 1. Image processing:- Image processing [10] is a process of conversion of image into digital format and performing operations on it so that useful information could be extracted. It is usually present in form a video frame or a photograph and the result is an image. We treat that image as 2 dimensions and apply defined processing methods to it. It follows operations like image sharpening for better sharpened image, virtualization for clarity of image. 2. Object detection:- Object detection [11] in this project has been implemented using the CNN algorithm [12]. A Convolutional Neural Network (CNN) is a an algorithm which takes image as its input, assigns importance to various aspects/objects in the image and is able to differentiate one from the other. Then, with the help of the trained model we are able to detect the object in the image captured. 3. Speech synthesis:- Speech synthesis [13] is the artificial production of human voice/speech. Here the results generated are in the form of text which is given as input to this process. Synthesized speech can be created by concatenating pieces of recorded speech that is stored in database. This is generated after data extraction and detection in speech synthesis. The output will be in form of speech which will give the impaired users an idea of object which is detected. 4. Android application:- Android application [14] is software that runs on the android OS. This android OS is compatible with not only mobile devices, but with tablets, TVs, watches etc. This application is deployed on android platform because android OS is user friendly, easy to work with and the most powerful amongst other technologies in today’s date. IV. RESULTS Fig. 1. Basic UI of the app The above figure shows the basic UI layout of the application that will be shown to the user whenever they use the application. Fig. 2. First Example of the running application The above figure shows the first example recorded while testing the application. In this example, we
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 6, Nov- Dec 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 378 have placed a bag on a plain background and the application is used for detection of the object. Fig. 3. Second Example of the running application The above figure shows the second example recorded while testing the application. In this example, we have used a wall mounted switchboard and the application is used for detection of the object. V. CONCLUSION The proposed model has been implemented in android OS. It was tested on Oneplus smart phone. The conclusions drawn from the proposed model are listed below: • The model provides an easy way to help the visually impaired people by detecting the object present in front of them. • The application not only shows the name of the object but it also pronounces the object’s name. • The application does not require a working internet connection to work. It has its own database which includes 80 classes of objects. Currently the application developed is able to detect objects with enough accuracy to help a visually impaired person in his or her daily life. This application can detect daily life objects like cars, bike, laptops etc. The application with further development can be used for further enhancement for visually impaired people. It can be further used for its use in cybernetics, computing environment and developing systems in digital world on many aspects like for understanding human behavior based on their way of interaction and for further explores. REFERENCES [1] Strumillo P. (2012) Electronic navigation systems for the blind and the visually impaired, Lodz University of Technology Publishing House (in Polish). [2] acadgild.com/blog/introduction-to-tensorflow-in-android [3] www.gartner.com/newsroom/id/2237315 [4] mcmw.abilitynet.org.uk/talkback-android-jelly-bean-4-2-2 [5] apple.com/accessibility/iphone/vision.html [6] looktel.com/recognizer [7] Nanayakkara S. C., Shilkrot R. and Maes P. (2102) EyeRing: An Eye on a Finger. Intl. Conf. Human Factors in Computing (CHI 2012) [8] Kanghun Jeong and Hyeonjoon Moon “Object Detection using FAST Corner Detector based on Smartphone platforms” 2011 First ACIS/JNU International Conference on Computers, Networks, Systems, and Industrial Engineering, pp.111 – 115. [9] Shivaji Sarokar, Seema Udgirkar, Sujit Gore & Dinesh Kakust “Object Detection System for Blind People”, International Journal of Innovative Research in Computer and Communication Engineering (An ISO 3297: 2007 Certified Organization) Vol. 4, Issue 9,pp 12-20, September 2016. [10] sisu.ut.ee/imageprocessing/book/1 [11] en.wikipedia.org/wiki/Object_detection [12] towardsdatascience.com/acomprehensive-guide-to-convolutional- neural-networks-the-eli5-way-3bd2b1164a53 [13] techopedia.com/definition/3647/speech-synthesis [14] techopedia.com/definition/25099/android-app