SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1153
VI Spectacle – A Visual Aid for the Visually Impaired
Freddy Poly1, Dipak Tiwari2, Varghese Jacob3
1,2,3Student, Dept. Of Computer Engineering, Fr. C. R. I. T, Vashi, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - It is arduous for the visually impaired people to
identify every object in their immediate surroundings. With
recent advancements in technologies, various products are
being developed to overcome these constraints. In contrast to
these products, this paper delivers a solution whichisportable
and economically viable for the visually impaired. A device is
being developed, equippedwithanESP32cameraandmultiple
sensors. A real time system is created which performs object
detection on the live streamed data, generated by the camera.
In accordance with the data from the sensors, the object and
its proximity are identified. Agraphicaluser interfaceacquires
this data and cautions the user about the imminent obstacles,
thus guiding them through a pertinent path to reach their
destination safely.
Key Words: ESP32 camera, object detection, visually
impaired, ultrasonic sensor, obstacles, IoT, real timesystem.
1. INTRODUCTION
According to a survey conducted by the WHO (World
Health Organization) in 2012, over 39 million people in the
world suffer from complete vision loss [1].Visionlosscauses
considerable repercussions on the lives of those who
experience it as well as on their family, friendsandsociety.It
directly influences the patient’s ability to carry out day to
day activities like reading, travelling and fraternizing. It is
also burdensome for them to move from one location to
another as it requires identifying various objects and their
positions.
An instrument or a tool is required inordertoassistthem
in carrying out these activities. The white cane is the most
frequently used device among the visually impaired people
[2]. This device enables its user to scrutinize the
neighbourhood to identify obstacles and travel safely.Italso
assists the bystanders to identify if the user is visually
challenged and hence takeappropriatecare.Eventhoughthe
cane helps in alerting the user of the surrounding,itdoesnot
necessarily let them recognize the type of object. However,
other sensory organs can be utilized to identify andpinpoint
these objects. Despite the fact that it helps the user to
speculate the object type, the accuracy is substandard.
This paper aims to present a solution to these problems
faced by the visually challenged, furthermore, yielding a
higher accuracy. The paper proposes an idea, wherein a pair
of spectacles are developed, loaded up with state-of-the-art
technologies. The initial work comprises of integrating a set
of ultrasonic sensors onto the belt of the user. Ultrasonic
sensors are placed in three different directions of the user.
The data from these sensors are compared and the user is
guided through the proper direction.
This initial work is extended by integrating a camera
module into the existing set of hardware. Secondly, the
image generated is transferred over a network using a Wi-Fi
module. Finally, object detection is performed, and the user
is informed about the obstacle.
2. RELATED WORKS
2.1 Voice Assistance for Visually Impaired People
A. Karthik et al [3] describes the difficulties faced by the
visually challenged in reading messages on posters,
billboards, etc in their day to day life. They generally rely on
Braille scripts to read these messages. The paper proposes
the use of Optical Character Recognition for detecting
messages which are not in the Braille format. A Raspberry Pi
equipped with a digital camera is used to take input images.
The detected messagesare then converted fromtexttoaudio
using a voice synthesizer.
2.2 Lightweight smart glass system with audio aid
for visually impaired people
Feng L. et al [4] have created a smart glass prototype
system using an Intel development board called the Intel
Edison. It is a portable device which assists the user in
locating public signslikebusstations,subwaystations,public
toilets, hotels and so on. This system automatically identifies
public signs throughout the path that the user is walking.
Open CV is being used for efficient image analysis. A voice
assistant helps in hinting the user of these signs using a
wireless bone conduction headphone.
2.3 Smart walking cane for the visually challenged
S. Murali et al [5] proposes a device which is mounted
with multiple sensors to guide the user safely. This smart
walking cane consists of several sensors, including a depth
sensor, a step sensor and a water sensor. These sensors help
in identifying the type of terrain in which the user is in. The
cane also consists of GPS and GSM modules that help in
tracking the user and alerting the police in case of
emergencies. The user is guided by an audio module which
directs the user via a secureddirection. This helps theuserin
having a better understanding of their surroundings.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1154
2.4 Smart device for visually impaired people
R. Kasthuri et al [6] elucidates the use of Android
technology to solve the problems faced by the visually
challenged. The paper proposes a voice-based application
with a user-friendly UI that enables the user to access any
application on the phone, play songs or even call any contact
with mere voice commands. These voice commands are
converted into text by using the Speech Recognition Engine.
The development environment being used is the Selendroid
which is an instrumentation-based automation framework.
2.5 Smart Assistive Navigation Devices for Visually
Impaired People
A. Pardasani et al [7] have designed a set of smart devices
that helps the visually impaired people in navigating
outdoors. The papermainlytalksabouttwodevicesnamely,a
smart glass and a smart pair of shoes. The smart glass is able
to detect objects and convert it into audio messages.
Furthermore, it can convert the detected texts into braille
scripts, by printing them using the braille printer, to store as
permanent records. The second device is a pair of smart
shoes equipped with various different sensors and a micro
controller. This helps in alerting the user about the object’s
distance and proximity.
3. DESIGN OF THE SYSTEM
The design mainly consists of two parts:
1) VI Spectacle
2) Mobile Application
The VI Spectacle consists of multiple hardware modules
that are mounted on a pair of glasses. These hardware
modules include an ESP32 cam, ultrasonic sensors and
jumper cables. The mobile application receives the data sent
by the hardware modules through the Wi-Fi network. All the
computations are performed by this mobile application as
shown in Fig -1. Once the output is obtained, the application
transmits the data in the form of an audio message using an
earphone.
3.1 VI SPECTACLE
The hardware part of the system comprises of an ESP32
camas well as ultrasonic sensor modules.TheESP32camisa
micro controller chip with integrated Wi-Fi and dual mode
Bluetooth. It also includes a compact camera module along
with GPIO pins and a micro SD cardslot to store the captured
images. The pin diagram is as shown in Fig -2.
It has cutting edge features that enhances the efficiency
and efficacy of the project. The development environment is
Arduino IDE and the language used is the C programming
language. The ESP32 cam does not come with a USB
connector, so the code is uploaded by using a USB to TTL
serial converter.
Fig -1: Block Diagram
Fig -2: Pin Diagram for ESP32 Camera Module.
FTDI232RL is the most commonly used USB to TTL
converter. It has a mini-B USB port which is connected to a
programming device with a USB input.Avoltageof3.3V-5Vis
provided by its Vcc along with a current supply of 500mA. It
contains Rx and Tx pins which helps in transmitting and
receiving the data from the ESP32 cam module.
Fig -3: Circuit Diagram. Image taken from [8].
The connectionsare as shown in Fig -3. In order to upload
the code, ESP32 has to be kept in the flashing mode. After the
code is uploaded, it is taken out of flashing mode and an IP
address is generated. The videocanbestreamedbyusingany
digital device that is connectedtothesamenetworkusingthe
generated IP address.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1155
3.2 Mobile Application
The Front End of the system is developed using the
integrated development environment called Flutter. The
application asks the user to input the destinationaddress,by
speaking intothedevice.TheGlobalPositioningSystem(GPS)
enables application to pinpoint the current location.
Depending on the current and destination addresses, the
application generates the shortest path by the use of Google
APIs. The use case diagram is as shown in the Fig -4.
Fig -3: Circuit Diagram. Image taken from [8].
In the meantime, the application receives the image sent
by the ESP32 cam module. The image received is stored in a
fixed memory location and is then processed through the
YOLOv3 object detection model. This model uses the COCO
dataset which contains over 90 labels including people,
bicycles, cars, trucks, etc. The model performs a series of
steps which includes decomposition, filtering, object
segmentation and feature extraction to identify the type of
object. Once the image is completely processed through the
neural network, the object is identified.
The object name is notified to the user by converting the
identified text into speech using the Google APIs developed
by Google. The user is guided through the path which was
initially generated, alongwithassistingtheuserinidentifying
imminent obstacles which comes in the way.
4. CONCLUSION
This paper introduces a prototype design of the VI
Spectacle for the visually challenged. The paper describes
the methodologies to be used in ordertodesignthisproduct.
The proposed system involves two major parts which
includes the VI Spectacle and the mobile application. VI
Spectacle mainly consists of a ESP32 cam that sends the
captured images to the application using WiFi. All the
computations take place inside the mobile application. The
mobile application performs a variety of tasks like object
detection, route planning and guidingtheuser.Thesystemis
able to detect and recognize objects in real time. This device
helps the visually challenged to walk around cities without
any difficulties.
5. FUTURE SCOPE
The device can further be upgraded to differentiate
between moving and stationary objects. As well as
incorporating the device into a single unit, thus eliminating
the use of the mobile application entirely.
ACKNOWLEDGEMENT
We would like to express our sincere gratitude to Prof.
Shagufta Rajguru for her invaluable help, advice and for
providing the expertise that greatly assisted this project.
REFERENCES
[1] The World Health Organization, Global Data on Visual
Impairments 2010., Published 2012.
[2] Izaz Khan, Shah Khusro, and Irfan Ullah, "Technology-
assisted white cane: evaluation and future directions,"
PeerJ vol. 6 e6058. 10 Dec. 2018, doi:
10.7717/peerj.6058
[3] A. KARTHIK, V. K. RAJA and S. PRABAKARAN, "Voice
Assistance for Visually Impaired People," 2018
International Conferenceon Communication,Computing
and Internet of Things (IC3IoT), Chennai, India, 2018,
pp. 465-468. doi: 10.1109/IC3IoT.2018.8668188
[4] Feng Lan, Guangtao Zhai and Wei Lin, "Lightweight
smart glass system with audio aid for visually impaired
people," TENCON 2015 - 2015 IEEE Region 10
Conference, Macao, 2015, pp. 1-4. doi:
10.1109/TENCON.2015.7372720
[5] S. Murali, R. Shrivatsan, V. Sreenivas, S. Vijjappu, S. J.
Gladwin and R. Rajavel, "Smart walking cane for the
visually challenged,"2016IEEERegion10Humanitarian
Technology Conference (R10-HTC), Agra, 2016, pp. 1-4.
doi: 10.1109/R10-HTC.2016.7906791
[6] R. Kasthuri, B. Nivetha, S. Shabana, M. Veluchamy and S.
Sivakumar, "Smart device for visually impaired people,"
2017 Third International Conference on Science
Technology Engineering & Management (ICONSTEM),
Chennai, 2017, pp. 54-59. doi:
10.1109/ICONSTEM.2017.8261257
[7] A. Pardasani, P. N. Indi, S. Banerjee,A.Kamal andV.Garg,
"Smart Assistive Navigation Devices for Visually
Impaired People," 2019 IEEE 4th International
Conference on Computer and Communication Systems
(ICCCS), Singapore, 2019, pp. 725-729. doi:
10.1109/CCOMS.2019.8821654
[8] Santos, S. (2020). ESP32-CAM VideoStreamingandFace
Recognition with Arduino IDE | Random Nerd Tutorials.

More Related Content

What's hot

IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET Journal
 
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET Journal
 
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET Journal
 
Major project report on
Major project report onMajor project report on
Major project report onAyesha Mubeen
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATIONIJCI JOURNAL
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
IRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET Journal
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition SystemIRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET Journal
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET Journal
 
IRJET - Speaking System for Mute People
 IRJET -  	  Speaking System for Mute People IRJET -  	  Speaking System for Mute People
IRJET - Speaking System for Mute PeopleIRJET Journal
 
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET Journal
 
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
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual AssistantsIRJET Journal
 

What's hot (20)

IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
 
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
 
IRJET - Blind Aid
IRJET - Blind AidIRJET - Blind Aid
IRJET - Blind Aid
 
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...IRJET -  	  Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
 
Major project report on
Major project report onMajor project report on
Major project report on
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind Person
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence Vehicles
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
 
IRJET - Speaking System for Mute People
 IRJET -  	  Speaking System for Mute People IRJET -  	  Speaking System for Mute People
IRJET - Speaking System for Mute People
 
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
 
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
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual Assistants
 

Similar to IRJET- VI Spectacle – A Visual Aid for the Visually Impaired

IoT Based Smart Surveillance System
IoT Based Smart Surveillance SystemIoT Based Smart Surveillance System
IoT Based Smart Surveillance SystemIRJET Journal
 
Smart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedSmart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedIRJET Journal
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IRJET Journal
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET Journal
 
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET-  	  Ambient Reflector– An IoT based Smart Notice Board SystemIRJET-  	  Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Ambient Reflector– An IoT based Smart Notice Board SystemIRJET Journal
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
Obstacle Detection for Visually Impaired Using Computer Vision
Obstacle Detection for Visually Impaired Using Computer VisionObstacle Detection for Visually Impaired Using Computer Vision
Obstacle Detection for Visually Impaired Using Computer VisionIRJET Journal
 
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...
IRJET - NETRA: Android Application for Visually Challenged People to Dete...IRJET Journal
 
Real Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino RobotReal Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino Robotijtsrd
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET Journal
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVIRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET Journal
 
Controlling Electrical Appliances Using IOT and AR
Controlling Electrical Appliances Using IOT and ARControlling Electrical Appliances Using IOT and AR
Controlling Electrical Appliances Using IOT and ARIRJET Journal
 
IRJET- Smart Vehicle Security System using Finger Print Sensor
IRJET- Smart Vehicle Security System using Finger Print SensorIRJET- Smart Vehicle Security System using Finger Print Sensor
IRJET- Smart Vehicle Security System using Finger Print SensorIRJET Journal
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemIRJET Journal
 

Similar to IRJET- VI Spectacle – A Visual Aid for the Visually Impaired (20)

IoT Based Smart Surveillance System
IoT Based Smart Surveillance SystemIoT Based Smart Surveillance System
IoT Based Smart Surveillance System
 
Smart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedSmart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video Feed
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
THIRD EYE FOR BLIND
THIRD EYE FOR BLINDTHIRD EYE FOR BLIND
THIRD EYE FOR BLIND
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
 
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET-  	  Ambient Reflector– An IoT based Smart Notice Board SystemIRJET-  	  Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
 
IRJET- Healthy Beat
IRJET- Healthy BeatIRJET- Healthy Beat
IRJET- Healthy Beat
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
Obstacle Detection for Visually Impaired Using Computer Vision
Obstacle Detection for Visually Impaired Using Computer VisionObstacle Detection for Visually Impaired Using Computer Vision
Obstacle Detection for Visually Impaired Using Computer Vision
 
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...IRJET -  	  NETRA: Android Application for Visually Challenged People to Dete...
IRJET - NETRA: Android Application for Visually Challenged People to Dete...
 
Real Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino RobotReal Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino Robot
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCV
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
 
Controlling Electrical Appliances Using IOT and AR
Controlling Electrical Appliances Using IOT and ARControlling Electrical Appliances Using IOT and AR
Controlling Electrical Appliances Using IOT and AR
 
IRJET- Smart Vehicle Security System using Finger Print Sensor
IRJET- Smart Vehicle Security System using Finger Print SensorIRJET- Smart Vehicle Security System using Finger Print Sensor
IRJET- Smart Vehicle Security System using Finger Print Sensor
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

IRJET- VI Spectacle – A Visual Aid for the Visually Impaired

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1153 VI Spectacle – A Visual Aid for the Visually Impaired Freddy Poly1, Dipak Tiwari2, Varghese Jacob3 1,2,3Student, Dept. Of Computer Engineering, Fr. C. R. I. T, Vashi, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - It is arduous for the visually impaired people to identify every object in their immediate surroundings. With recent advancements in technologies, various products are being developed to overcome these constraints. In contrast to these products, this paper delivers a solution whichisportable and economically viable for the visually impaired. A device is being developed, equippedwithanESP32cameraandmultiple sensors. A real time system is created which performs object detection on the live streamed data, generated by the camera. In accordance with the data from the sensors, the object and its proximity are identified. Agraphicaluser interfaceacquires this data and cautions the user about the imminent obstacles, thus guiding them through a pertinent path to reach their destination safely. Key Words: ESP32 camera, object detection, visually impaired, ultrasonic sensor, obstacles, IoT, real timesystem. 1. INTRODUCTION According to a survey conducted by the WHO (World Health Organization) in 2012, over 39 million people in the world suffer from complete vision loss [1].Visionlosscauses considerable repercussions on the lives of those who experience it as well as on their family, friendsandsociety.It directly influences the patient’s ability to carry out day to day activities like reading, travelling and fraternizing. It is also burdensome for them to move from one location to another as it requires identifying various objects and their positions. An instrument or a tool is required inordertoassistthem in carrying out these activities. The white cane is the most frequently used device among the visually impaired people [2]. This device enables its user to scrutinize the neighbourhood to identify obstacles and travel safely.Italso assists the bystanders to identify if the user is visually challenged and hence takeappropriatecare.Eventhoughthe cane helps in alerting the user of the surrounding,itdoesnot necessarily let them recognize the type of object. However, other sensory organs can be utilized to identify andpinpoint these objects. Despite the fact that it helps the user to speculate the object type, the accuracy is substandard. This paper aims to present a solution to these problems faced by the visually challenged, furthermore, yielding a higher accuracy. The paper proposes an idea, wherein a pair of spectacles are developed, loaded up with state-of-the-art technologies. The initial work comprises of integrating a set of ultrasonic sensors onto the belt of the user. Ultrasonic sensors are placed in three different directions of the user. The data from these sensors are compared and the user is guided through the proper direction. This initial work is extended by integrating a camera module into the existing set of hardware. Secondly, the image generated is transferred over a network using a Wi-Fi module. Finally, object detection is performed, and the user is informed about the obstacle. 2. RELATED WORKS 2.1 Voice Assistance for Visually Impaired People A. Karthik et al [3] describes the difficulties faced by the visually challenged in reading messages on posters, billboards, etc in their day to day life. They generally rely on Braille scripts to read these messages. The paper proposes the use of Optical Character Recognition for detecting messages which are not in the Braille format. A Raspberry Pi equipped with a digital camera is used to take input images. The detected messagesare then converted fromtexttoaudio using a voice synthesizer. 2.2 Lightweight smart glass system with audio aid for visually impaired people Feng L. et al [4] have created a smart glass prototype system using an Intel development board called the Intel Edison. It is a portable device which assists the user in locating public signslikebusstations,subwaystations,public toilets, hotels and so on. This system automatically identifies public signs throughout the path that the user is walking. Open CV is being used for efficient image analysis. A voice assistant helps in hinting the user of these signs using a wireless bone conduction headphone. 2.3 Smart walking cane for the visually challenged S. Murali et al [5] proposes a device which is mounted with multiple sensors to guide the user safely. This smart walking cane consists of several sensors, including a depth sensor, a step sensor and a water sensor. These sensors help in identifying the type of terrain in which the user is in. The cane also consists of GPS and GSM modules that help in tracking the user and alerting the police in case of emergencies. The user is guided by an audio module which directs the user via a secureddirection. This helps theuserin having a better understanding of their surroundings.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1154 2.4 Smart device for visually impaired people R. Kasthuri et al [6] elucidates the use of Android technology to solve the problems faced by the visually challenged. The paper proposes a voice-based application with a user-friendly UI that enables the user to access any application on the phone, play songs or even call any contact with mere voice commands. These voice commands are converted into text by using the Speech Recognition Engine. The development environment being used is the Selendroid which is an instrumentation-based automation framework. 2.5 Smart Assistive Navigation Devices for Visually Impaired People A. Pardasani et al [7] have designed a set of smart devices that helps the visually impaired people in navigating outdoors. The papermainlytalksabouttwodevicesnamely,a smart glass and a smart pair of shoes. The smart glass is able to detect objects and convert it into audio messages. Furthermore, it can convert the detected texts into braille scripts, by printing them using the braille printer, to store as permanent records. The second device is a pair of smart shoes equipped with various different sensors and a micro controller. This helps in alerting the user about the object’s distance and proximity. 3. DESIGN OF THE SYSTEM The design mainly consists of two parts: 1) VI Spectacle 2) Mobile Application The VI Spectacle consists of multiple hardware modules that are mounted on a pair of glasses. These hardware modules include an ESP32 cam, ultrasonic sensors and jumper cables. The mobile application receives the data sent by the hardware modules through the Wi-Fi network. All the computations are performed by this mobile application as shown in Fig -1. Once the output is obtained, the application transmits the data in the form of an audio message using an earphone. 3.1 VI SPECTACLE The hardware part of the system comprises of an ESP32 camas well as ultrasonic sensor modules.TheESP32camisa micro controller chip with integrated Wi-Fi and dual mode Bluetooth. It also includes a compact camera module along with GPIO pins and a micro SD cardslot to store the captured images. The pin diagram is as shown in Fig -2. It has cutting edge features that enhances the efficiency and efficacy of the project. The development environment is Arduino IDE and the language used is the C programming language. The ESP32 cam does not come with a USB connector, so the code is uploaded by using a USB to TTL serial converter. Fig -1: Block Diagram Fig -2: Pin Diagram for ESP32 Camera Module. FTDI232RL is the most commonly used USB to TTL converter. It has a mini-B USB port which is connected to a programming device with a USB input.Avoltageof3.3V-5Vis provided by its Vcc along with a current supply of 500mA. It contains Rx and Tx pins which helps in transmitting and receiving the data from the ESP32 cam module. Fig -3: Circuit Diagram. Image taken from [8]. The connectionsare as shown in Fig -3. In order to upload the code, ESP32 has to be kept in the flashing mode. After the code is uploaded, it is taken out of flashing mode and an IP address is generated. The videocanbestreamedbyusingany digital device that is connectedtothesamenetworkusingthe generated IP address.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1155 3.2 Mobile Application The Front End of the system is developed using the integrated development environment called Flutter. The application asks the user to input the destinationaddress,by speaking intothedevice.TheGlobalPositioningSystem(GPS) enables application to pinpoint the current location. Depending on the current and destination addresses, the application generates the shortest path by the use of Google APIs. The use case diagram is as shown in the Fig -4. Fig -3: Circuit Diagram. Image taken from [8]. In the meantime, the application receives the image sent by the ESP32 cam module. The image received is stored in a fixed memory location and is then processed through the YOLOv3 object detection model. This model uses the COCO dataset which contains over 90 labels including people, bicycles, cars, trucks, etc. The model performs a series of steps which includes decomposition, filtering, object segmentation and feature extraction to identify the type of object. Once the image is completely processed through the neural network, the object is identified. The object name is notified to the user by converting the identified text into speech using the Google APIs developed by Google. The user is guided through the path which was initially generated, alongwithassistingtheuserinidentifying imminent obstacles which comes in the way. 4. CONCLUSION This paper introduces a prototype design of the VI Spectacle for the visually challenged. The paper describes the methodologies to be used in ordertodesignthisproduct. The proposed system involves two major parts which includes the VI Spectacle and the mobile application. VI Spectacle mainly consists of a ESP32 cam that sends the captured images to the application using WiFi. All the computations take place inside the mobile application. The mobile application performs a variety of tasks like object detection, route planning and guidingtheuser.Thesystemis able to detect and recognize objects in real time. This device helps the visually challenged to walk around cities without any difficulties. 5. FUTURE SCOPE The device can further be upgraded to differentiate between moving and stationary objects. As well as incorporating the device into a single unit, thus eliminating the use of the mobile application entirely. ACKNOWLEDGEMENT We would like to express our sincere gratitude to Prof. Shagufta Rajguru for her invaluable help, advice and for providing the expertise that greatly assisted this project. REFERENCES [1] The World Health Organization, Global Data on Visual Impairments 2010., Published 2012. [2] Izaz Khan, Shah Khusro, and Irfan Ullah, "Technology- assisted white cane: evaluation and future directions," PeerJ vol. 6 e6058. 10 Dec. 2018, doi: 10.7717/peerj.6058 [3] A. KARTHIK, V. K. RAJA and S. PRABAKARAN, "Voice Assistance for Visually Impaired People," 2018 International Conferenceon Communication,Computing and Internet of Things (IC3IoT), Chennai, India, 2018, pp. 465-468. doi: 10.1109/IC3IoT.2018.8668188 [4] Feng Lan, Guangtao Zhai and Wei Lin, "Lightweight smart glass system with audio aid for visually impaired people," TENCON 2015 - 2015 IEEE Region 10 Conference, Macao, 2015, pp. 1-4. doi: 10.1109/TENCON.2015.7372720 [5] S. Murali, R. Shrivatsan, V. Sreenivas, S. Vijjappu, S. J. Gladwin and R. Rajavel, "Smart walking cane for the visually challenged,"2016IEEERegion10Humanitarian Technology Conference (R10-HTC), Agra, 2016, pp. 1-4. doi: 10.1109/R10-HTC.2016.7906791 [6] R. Kasthuri, B. Nivetha, S. Shabana, M. Veluchamy and S. Sivakumar, "Smart device for visually impaired people," 2017 Third International Conference on Science Technology Engineering & Management (ICONSTEM), Chennai, 2017, pp. 54-59. doi: 10.1109/ICONSTEM.2017.8261257 [7] A. Pardasani, P. N. Indi, S. Banerjee,A.Kamal andV.Garg, "Smart Assistive Navigation Devices for Visually Impaired People," 2019 IEEE 4th International Conference on Computer and Communication Systems (ICCCS), Singapore, 2019, pp. 725-729. doi: 10.1109/CCOMS.2019.8821654 [8] Santos, S. (2020). ESP32-CAM VideoStreamingandFace Recognition with Arduino IDE | Random Nerd Tutorials.