SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2241
Artificial Vision for Blind Person
Omkar S. Patil1, Shubham J. Patil2, Vaishnavi R. Kale3, Divya D. Kamble4,
Rakshanda S. Pandharpatte5, Prof. M.A. Pardesi6
1,2,3,4,5Department of Computer Science and Engineering, D.Y. Patil College of Engineering and Technology,
Kolhapur, Maharashtra, India
6Professor, Department of Computer Science and Engineering, D.Y. Patil College of Engineering and Technology,
Kolhapur, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – “Artificial Vision for Blind Person” presents an
ultrasonic waist belt which provides an electronic navigation
for visually impaired and blind person. The system consists of
ultrasonic sensors, Arduino Uno, Bluetooth module, Vibration
motor and smartphone. Ultrasonic waistbeltdetectsobstacles
in front, bottom, left and right directions using a network of
ultrasonic sensors. To inform the person about detected
obstacle and its distance, the information from ultrasonic
waist belt is passed to the mobile applicationwhichthenalerts
the user through voice instructions. The main objective is to
provide a cost effective & efficient navigation system that
allows blind individuals to get directed throughout their
journey independently.
Key Words: Artificial Vision, Ultrasonic Sensor, Voice Alert,
Obstacle Detection, Blind Person.
1. INTRODUCTION
The World Health Organization(WHO)statesthatmorethan
40 million folks are completely blind and 314 millions have
some quite visual disorder. These people have to be
dependent on others for navigation. To solve this problem,
there must be a system that helps blind person to
accomplish the movement. It is necessarytohaveinnovative
ways to leverage the capability of a system to seek
individuals and objects. To make them comfortable in
environment, they should have information of objects and
obstacles ahead of them and that conjointly makes the
navigation simple. There are some systems available like
RFID based intelligent walking stick [1], IR stick [8],
ultrasonic sensor based systems [4] and ultrasonic
spectacles [5]. These systems based on device which
produces ultrasonic sound and receives reflected pulses,
according to which it produces vibration in response tothat.
These solutions are less effective as they do not provide
better navigation to blind individuals.
The aim of this system is to overcome drawbacks of earlier
systems by designingandimplementingultrasonic waistbelt
with a voice-based alert for the blind individuals to provide
higher obstacle detection and avoidance. The ultrasonic
waist belt has four ultrasonic sensors at front, right side, left
side and bottom that covers the maximum area to detect
obstacle in vary. If the obstacles are detected by the system
then information regarding obstacle is provided to a blind
person with the help of voice feedback.
2. METHODOLOGY
The proposed system makes use of ultrasonic sensors to
continuously send digital signals to microprocessor. From
duration of transmitting and receiving pulses,distanceis get
calculated and if obstacle is detected withinparticularrange,
it gives a voice alert to the blind person. The range of
ultrasonic sensor is between 3cm to 300cm. Ultrasonic
sensors has ultrasound waves which has a frequency above
normal human hearing i.e. 20KHz and the range of human
hearing is between 20Hz to 20KHz.
The distance is calculated using following formula:
Distance = (travel_time / 2) * speed_of_sound
The system uses Arduino Uno R3 is a microcontroller board
supported by ATmega328. HC-05 module is a
straightforward to use Bluetooth module, designed for clear
wireless serial association setup. HC-05 Bluetooth module
acts as bridge between Arduino Uno and mobile application.
Fig 1. Dataflow Diagram
3. PROPOSED SYSTEM
The System is divided into two parts –
i) Hardware
ii) Software.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2242
Fig 2. Architecture Diagram
i) Hardware – It includes Arduino-UNO connected
with Ultrasonic sensor and vibration motor.
Ultrasonic sensor will help blind to detect
intercepting obstacle which then alerts by using
vibration motor.
ii) Software – Anintegratedandroidapplicationwhich
will provide voice alert to blind person.
4. REQUIREMENTS
Following would be the technical requirement to develop
our system:
 Software:
• Operating System- windows 10 (64 bit)
• IDE – Arduino, Android Studio 3.1.3
• Languages- Java 8, Python 3.6.6
 Hardware:
• Ultrasonic Sensor HC-SR04
• Arduino UNO R3
• Vibration Motor
• Bluetooth HC-05
• Smart Phone (With Android Version
More Than 4.1)
5. RESULT AND DISCUSSION
Fig 3. Working of Ultrasonic Waist Belt
Result part of ultrasonic waist belt presents two important
cases. Those are:
5.1. Result of Ultrasonic Waist Belt (Obstacle Detected in
Front Less Than 1 meter)
Fig 4. Ultrasonic Waist Belt
Ultrasonic Waist Belt first checks for the presence of an
obstacle in front. When any obstacle gets detected within 1
meter in front direction, the ultrasonic waist belt checks for
either way.
5.1.2. Way at Left
If there is an obstacle detected in front within 1
meter, the belt tries to find out any way at left or right
direction. If any obstacle gets detected within 1 meter in the
right direction but there is no obstacle in the left then the
belt gives a result to turn left.
5.1.3. Way at Right
After detecting an obstacle in front, if any obstacle
gets detected within 1 meter in left direction but there is no
obstacle in the right direction then the belt suggests turning
right.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2243
5.1.4. Way at Both Directions
If an obstacle is detected in front but there is no
obstacle on both left as well as right direction then beltgives
clearance to move in any of the left or right direction.
5.1.5. No Way to Go
After detecting an obstacle in front, if there is no way in both
left and right direction then ultrasonic waistbeltgivesresult
showing no way to go.
5.2. Result of android application
When an obstacle is detected by ultrasonic waist
belt, the distance of obstacle is sent from belt to android
application. Then the person will be able to get notified with
the voice alert including preferable direction where a blind
person can move.
Fig 5. Artificial Vision Andorid Application (For voice
Alert)
6. FUTURE SCOPE
6.1. Navigation
6.1.1. Outdoor Navigation
To get navigated, a blind will give voice command of
destination and then will able to get pronounced
navigation.
6.1.2. Indoor Navigation
To get navigated within the workplace and track assets
in the workplace, beacon device (Bluetooth Low
Bandwidth device) will continuously transmit single
radio signal in one direction & if bluetooth pairable
device will come in beacon range, current location will
get inform as programmed in beacon.
6.2. Object & Face Recognition
6.2.1. Object Recognition
Using ORB algorithm (i.e. Oriented FAST & Rotated
BRIEF algorithm) a smart phone camera can recognize
object in front of it.
6.2.2. Face Recognition
The algorithm like LBPH (Local Binary Patterns
Histogram) will useful for face recognition.
Many blind people have trouble maintaining a proper
circadian rhythm due to the lack of visual input to their
brains. There is need to have a navigation systemthatallows
blind individuals to get directed throughout their journey
independently and inform them of where their current
position may be. The main focus of the system is to detect
and avoid obstacle in path by using ultrasonic sensor. After
detecting obstacle a blind person get navigated by voice
alert. To detect an obstacle in the path wehaveimplemented
our first module using ultrasonic sensors. Sensors are
mounted on the belt which will detect an obstacle eitherit at
right, left or in front. As well as when obstacle detects,
module will suggest them correct direction to move.
REFERENCES
[1] Kher Chaitrali S., Dabhade Yogita A., Kadam Snehal K.,
Dhamdhere Swati D., Deshpande Aarti V. An Intelligent
Walking Stick for the Blind. Published
2015.International Journal of EngineeringResearchand
General Science Volume 3, Issue 1, January-February,
2015.ISSN 2091-2730.
[2] Piyush Chanana1, Rohan Paul2, M Balakrishnan1 and
PVM Rao1 Assistive technology solutions for aiding
travel of pedestrians with visual impairment.Journal of
Rehabilitation and Assistive Technologies Engineering
Volume 4:1–16! The Author(s) 2017
Reprintsandpermissions:sagepub.co.uk/journalsPermis
sions.nav DOI.
[3] Abdelsalam (Sumi) Helal,Steven Edwin Moore,Balaji
Ramachandran.Drishti:AnIntegratedNavigationSystem
for Visually Impaired and Disabled. Computer &
Information Science & Engineering, University of
Florida, Gainesville, FL-32611.
[4] Vigneshwari, Vimala, Sumithra.SensorBasedAssistance
System for Visually Impaired.International Journal of
Engineering Trends and Technology (IJETT) – Volume4
Issue 10 - Oct 2013.
[5] RAMA MURTHY. N, P. N. SUDHA. Smart Navigation
System For Visually Challenged People.International
Journal of Industrial Electronics and Electrical
Engineering, ISSN: 2347-6982 Special Issue, Sep.-
2016.
[6] Sneha Venkateswar, Ninad Mehendale.Intelligent Belt
for the Blind.International Journal of Scientific &
Engineering Research, Volume 3, Issue 11, November-
20121 ISSN 2229-5518
7. CONCLUSION
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2244
[7] Ghassan Kbar, Ahmad Al-Daraiseh, Syed Hammad Mian
and Mustufa Haider Abidi.Utilizing sensors networks to
develop a smart and context-aware solution for people
with disabilities at the workplace (design and
implementation).International Journal of Distributed
Sensor Networks 2016, Vol. 12(9) _ The Author(s) 2016
DOI: 10.117.
[8] Ayat A. Nada, Mahmoud A. Fakhr, Ahmed F. Seddik.
Assistive Infrared Sensor Based Smart Stick for Blind
People. Science and Information Conference 2015 July
28-30, 2015 | London, UK..
BIOGRAPHIES
Mr. Omkar S. Patil:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India
Mr. Shubham J. Patil:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India
Ms. Vaishnavi R. Kale:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India
Ms. Divya D. Kamble:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India
Ms. Rakshanda S. Pandharpatte:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India
Prof. M. A. Pardesi:
Bachelor of Engineering in
computer science from D. Y. Patil
College of Enginnering and
Technology, Maharashtra, India

More Related Content

What's hot

IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET 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- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET Journal
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET Journal
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET Journal
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET Journal
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoTIRJET Journal
 
Artificial Intelligence for Audio control, safety in Automobile
Artificial Intelligence for Audio control, safety in AutomobileArtificial Intelligence for Audio control, safety in Automobile
Artificial Intelligence for Audio control, safety in AutomobileIRJET Journal
 
Smart blind stick book
Smart blind stick bookSmart blind stick book
Smart blind stick bookAhmed Moawad
 
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
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET Journal
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...IJECEIAES
 
Sensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsSensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsIJRES Journal
 
IRJET- Advanced Voice Operating Wheelchair using Arduino
IRJET- Advanced Voice Operating Wheelchair using ArduinoIRJET- Advanced Voice Operating Wheelchair using Arduino
IRJET- Advanced Voice Operating Wheelchair using ArduinoIRJET Journal
 
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET-  Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET-  Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET- Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET Journal
 
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET Journal
 

What's hot (20)

IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
 
Android assistant eye mate for blind and blindtracker
Android assistant eye mate for blind and blindtrackerAndroid assistant eye mate for blind and blindtracker
Android assistant eye mate for blind and blindtracker
 
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- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind People
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for Drivers
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for Passengers
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoT
 
Artificial Intelligence for Audio control, safety in Automobile
Artificial Intelligence for Audio control, safety in AutomobileArtificial Intelligence for Audio control, safety in Automobile
Artificial Intelligence for Audio control, safety in Automobile
 
Smart blind stick book
Smart blind stick bookSmart blind stick book
Smart blind stick book
 
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
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IP
 
Smart eye
Smart eyeSmart eye
Smart eye
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...
 
Sensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsSensor Stick walking aid for the blinds
Sensor Stick walking aid for the blinds
 
IRJET- Advanced Voice Operating Wheelchair using Arduino
IRJET- Advanced Voice Operating Wheelchair using ArduinoIRJET- Advanced Voice Operating Wheelchair using Arduino
IRJET- Advanced Voice Operating Wheelchair using Arduino
 
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET-  Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET-  Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
 
Smart Walking Stick for Visually Challenged People
Smart Walking Stick for Visually Challenged PeopleSmart Walking Stick for Visually Challenged People
Smart Walking Stick for Visually Challenged People
 
Cx25589592
Cx25589592Cx25589592
Cx25589592
 
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
 

Similar to IRJET- Artificial Vision for Blind Person

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 - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET Journal
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULEIRJET Journal
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET Journal
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingvivatechijri
 
Smart Gloves for Blind
Smart Gloves for BlindSmart Gloves for Blind
Smart Gloves for BlindIRJET Journal
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEIRJET Journal
 
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesObstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesIRJET Journal
 
IRJET- Virtual Eye for Visually Blind People
IRJET-  	  Virtual Eye for Visually Blind PeopleIRJET-  	  Virtual Eye for Visually Blind People
IRJET- Virtual Eye for Visually Blind PeopleIRJET Journal
 
IRJET- Safe Distance Guard System for Blinds
IRJET-  	  Safe Distance Guard System for BlindsIRJET-  	  Safe Distance Guard System for Blinds
IRJET- Safe Distance Guard System for BlindsIRJET Journal
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionIRJET Journal
 
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...IJERA Editor
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET Journal
 
IoT Based Assistive Glove for Visually Impaired People
IoT Based Assistive Glove for Visually Impaired PeopleIoT Based Assistive Glove for Visually Impaired People
IoT Based Assistive Glove for Visually Impaired PeopleIRJET Journal
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDIRJET Journal
 
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
 
Design and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDesign and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDr.SHANTHI K.G
 
Intelligent travelling and home automation aid, for visually impaired
Intelligent travelling and home  automation aid, for visually impairedIntelligent travelling and home  automation aid, for visually impaired
Intelligent travelling and home automation aid, for visually impairedUmar Shuaib
 
Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...eSAT Journals
 

Similar to IRJET- Artificial Vision for Blind Person (20)

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 - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoT
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULE
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually Impaired
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
 
Smart Gloves for Blind
Smart Gloves for BlindSmart Gloves for Blind
Smart Gloves for Blind
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
 
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesObstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
 
IRJET- Healthy Beat
IRJET- Healthy BeatIRJET- Healthy Beat
IRJET- Healthy Beat
 
IRJET- Virtual Eye for Visually Blind People
IRJET-  	  Virtual Eye for Visually Blind PeopleIRJET-  	  Virtual Eye for Visually Blind People
IRJET- Virtual Eye for Visually Blind People
 
IRJET- Safe Distance Guard System for Blinds
IRJET-  	  Safe Distance Guard System for BlindsIRJET-  	  Safe Distance Guard System for Blinds
IRJET- Safe Distance Guard System for Blinds
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall Detection
 
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
 
IoT Based Assistive Glove for Visually Impaired People
IoT Based Assistive Glove for Visually Impaired PeopleIoT Based Assistive Glove for Visually Impaired People
IoT Based Assistive Glove for Visually Impaired People
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
 
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...
 
Design and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDesign and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually Impaired
 
Intelligent travelling and home automation aid, for visually impaired
Intelligent travelling and home  automation aid, for visually impairedIntelligent travelling and home  automation aid, for visually impaired
Intelligent travelling and home automation aid, for visually impaired
 
Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...
 

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

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
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
 
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
 
(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
 
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
 
(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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
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
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
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 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur 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
 
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
 
(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
 
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 )
 
(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...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
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
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
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
 

IRJET- Artificial Vision for Blind Person

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2241 Artificial Vision for Blind Person Omkar S. Patil1, Shubham J. Patil2, Vaishnavi R. Kale3, Divya D. Kamble4, Rakshanda S. Pandharpatte5, Prof. M.A. Pardesi6 1,2,3,4,5Department of Computer Science and Engineering, D.Y. Patil College of Engineering and Technology, Kolhapur, Maharashtra, India 6Professor, Department of Computer Science and Engineering, D.Y. Patil College of Engineering and Technology, Kolhapur, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – “Artificial Vision for Blind Person” presents an ultrasonic waist belt which provides an electronic navigation for visually impaired and blind person. The system consists of ultrasonic sensors, Arduino Uno, Bluetooth module, Vibration motor and smartphone. Ultrasonic waistbeltdetectsobstacles in front, bottom, left and right directions using a network of ultrasonic sensors. To inform the person about detected obstacle and its distance, the information from ultrasonic waist belt is passed to the mobile applicationwhichthenalerts the user through voice instructions. The main objective is to provide a cost effective & efficient navigation system that allows blind individuals to get directed throughout their journey independently. Key Words: Artificial Vision, Ultrasonic Sensor, Voice Alert, Obstacle Detection, Blind Person. 1. INTRODUCTION The World Health Organization(WHO)statesthatmorethan 40 million folks are completely blind and 314 millions have some quite visual disorder. These people have to be dependent on others for navigation. To solve this problem, there must be a system that helps blind person to accomplish the movement. It is necessarytohaveinnovative ways to leverage the capability of a system to seek individuals and objects. To make them comfortable in environment, they should have information of objects and obstacles ahead of them and that conjointly makes the navigation simple. There are some systems available like RFID based intelligent walking stick [1], IR stick [8], ultrasonic sensor based systems [4] and ultrasonic spectacles [5]. These systems based on device which produces ultrasonic sound and receives reflected pulses, according to which it produces vibration in response tothat. These solutions are less effective as they do not provide better navigation to blind individuals. The aim of this system is to overcome drawbacks of earlier systems by designingandimplementingultrasonic waistbelt with a voice-based alert for the blind individuals to provide higher obstacle detection and avoidance. The ultrasonic waist belt has four ultrasonic sensors at front, right side, left side and bottom that covers the maximum area to detect obstacle in vary. If the obstacles are detected by the system then information regarding obstacle is provided to a blind person with the help of voice feedback. 2. METHODOLOGY The proposed system makes use of ultrasonic sensors to continuously send digital signals to microprocessor. From duration of transmitting and receiving pulses,distanceis get calculated and if obstacle is detected withinparticularrange, it gives a voice alert to the blind person. The range of ultrasonic sensor is between 3cm to 300cm. Ultrasonic sensors has ultrasound waves which has a frequency above normal human hearing i.e. 20KHz and the range of human hearing is between 20Hz to 20KHz. The distance is calculated using following formula: Distance = (travel_time / 2) * speed_of_sound The system uses Arduino Uno R3 is a microcontroller board supported by ATmega328. HC-05 module is a straightforward to use Bluetooth module, designed for clear wireless serial association setup. HC-05 Bluetooth module acts as bridge between Arduino Uno and mobile application. Fig 1. Dataflow Diagram 3. PROPOSED SYSTEM The System is divided into two parts – i) Hardware ii) Software.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2242 Fig 2. Architecture Diagram i) Hardware – It includes Arduino-UNO connected with Ultrasonic sensor and vibration motor. Ultrasonic sensor will help blind to detect intercepting obstacle which then alerts by using vibration motor. ii) Software – Anintegratedandroidapplicationwhich will provide voice alert to blind person. 4. REQUIREMENTS Following would be the technical requirement to develop our system:  Software: • Operating System- windows 10 (64 bit) • IDE – Arduino, Android Studio 3.1.3 • Languages- Java 8, Python 3.6.6  Hardware: • Ultrasonic Sensor HC-SR04 • Arduino UNO R3 • Vibration Motor • Bluetooth HC-05 • Smart Phone (With Android Version More Than 4.1) 5. RESULT AND DISCUSSION Fig 3. Working of Ultrasonic Waist Belt Result part of ultrasonic waist belt presents two important cases. Those are: 5.1. Result of Ultrasonic Waist Belt (Obstacle Detected in Front Less Than 1 meter) Fig 4. Ultrasonic Waist Belt Ultrasonic Waist Belt first checks for the presence of an obstacle in front. When any obstacle gets detected within 1 meter in front direction, the ultrasonic waist belt checks for either way. 5.1.2. Way at Left If there is an obstacle detected in front within 1 meter, the belt tries to find out any way at left or right direction. If any obstacle gets detected within 1 meter in the right direction but there is no obstacle in the left then the belt gives a result to turn left. 5.1.3. Way at Right After detecting an obstacle in front, if any obstacle gets detected within 1 meter in left direction but there is no obstacle in the right direction then the belt suggests turning right.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2243 5.1.4. Way at Both Directions If an obstacle is detected in front but there is no obstacle on both left as well as right direction then beltgives clearance to move in any of the left or right direction. 5.1.5. No Way to Go After detecting an obstacle in front, if there is no way in both left and right direction then ultrasonic waistbeltgivesresult showing no way to go. 5.2. Result of android application When an obstacle is detected by ultrasonic waist belt, the distance of obstacle is sent from belt to android application. Then the person will be able to get notified with the voice alert including preferable direction where a blind person can move. Fig 5. Artificial Vision Andorid Application (For voice Alert) 6. FUTURE SCOPE 6.1. Navigation 6.1.1. Outdoor Navigation To get navigated, a blind will give voice command of destination and then will able to get pronounced navigation. 6.1.2. Indoor Navigation To get navigated within the workplace and track assets in the workplace, beacon device (Bluetooth Low Bandwidth device) will continuously transmit single radio signal in one direction & if bluetooth pairable device will come in beacon range, current location will get inform as programmed in beacon. 6.2. Object & Face Recognition 6.2.1. Object Recognition Using ORB algorithm (i.e. Oriented FAST & Rotated BRIEF algorithm) a smart phone camera can recognize object in front of it. 6.2.2. Face Recognition The algorithm like LBPH (Local Binary Patterns Histogram) will useful for face recognition. Many blind people have trouble maintaining a proper circadian rhythm due to the lack of visual input to their brains. There is need to have a navigation systemthatallows blind individuals to get directed throughout their journey independently and inform them of where their current position may be. The main focus of the system is to detect and avoid obstacle in path by using ultrasonic sensor. After detecting obstacle a blind person get navigated by voice alert. To detect an obstacle in the path wehaveimplemented our first module using ultrasonic sensors. Sensors are mounted on the belt which will detect an obstacle eitherit at right, left or in front. As well as when obstacle detects, module will suggest them correct direction to move. REFERENCES [1] Kher Chaitrali S., Dabhade Yogita A., Kadam Snehal K., Dhamdhere Swati D., Deshpande Aarti V. An Intelligent Walking Stick for the Blind. Published 2015.International Journal of EngineeringResearchand General Science Volume 3, Issue 1, January-February, 2015.ISSN 2091-2730. [2] Piyush Chanana1, Rohan Paul2, M Balakrishnan1 and PVM Rao1 Assistive technology solutions for aiding travel of pedestrians with visual impairment.Journal of Rehabilitation and Assistive Technologies Engineering Volume 4:1–16! The Author(s) 2017 Reprintsandpermissions:sagepub.co.uk/journalsPermis sions.nav DOI. [3] Abdelsalam (Sumi) Helal,Steven Edwin Moore,Balaji Ramachandran.Drishti:AnIntegratedNavigationSystem for Visually Impaired and Disabled. Computer & Information Science & Engineering, University of Florida, Gainesville, FL-32611. [4] Vigneshwari, Vimala, Sumithra.SensorBasedAssistance System for Visually Impaired.International Journal of Engineering Trends and Technology (IJETT) – Volume4 Issue 10 - Oct 2013. [5] RAMA MURTHY. N, P. N. SUDHA. Smart Navigation System For Visually Challenged People.International Journal of Industrial Electronics and Electrical Engineering, ISSN: 2347-6982 Special Issue, Sep.- 2016. [6] Sneha Venkateswar, Ninad Mehendale.Intelligent Belt for the Blind.International Journal of Scientific & Engineering Research, Volume 3, Issue 11, November- 20121 ISSN 2229-5518 7. CONCLUSION
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2244 [7] Ghassan Kbar, Ahmad Al-Daraiseh, Syed Hammad Mian and Mustufa Haider Abidi.Utilizing sensors networks to develop a smart and context-aware solution for people with disabilities at the workplace (design and implementation).International Journal of Distributed Sensor Networks 2016, Vol. 12(9) _ The Author(s) 2016 DOI: 10.117. [8] Ayat A. Nada, Mahmoud A. Fakhr, Ahmed F. Seddik. Assistive Infrared Sensor Based Smart Stick for Blind People. Science and Information Conference 2015 July 28-30, 2015 | London, UK.. BIOGRAPHIES Mr. Omkar S. Patil: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India Mr. Shubham J. Patil: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India Ms. Vaishnavi R. Kale: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India Ms. Divya D. Kamble: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India Ms. Rakshanda S. Pandharpatte: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India Prof. M. A. Pardesi: Bachelor of Engineering in computer science from D. Y. Patil College of Enginnering and Technology, Maharashtra, India