Giter Club home page Giter Club logo

blind-aid's Introduction

Mobility Aid for the Visually Impaired

About the project

This project was developed for the in house Summer Internship at Amity University Mumbai with the main objective of helping the visually impaired to better navigate their surroundings by using sensors to alert them about obstacles in their path and a mounted camera for object detection.

Built With

  • Arduino Uno
  • HC-SR04 Ultrasonic Module
  • Vibration Motor
  • Camera

Object Detection

For the object detection model me and my team used the YOLO algorithm because of its speed and accuracy. YOLO is an abbreviation for the term ‘You Only Look Once’. This is an algorithm that detects and recognizes various objects in a picture (in real-time). Object detection in YOLO is done as a regression problem and provides the class probabilities of the detected images.

It works by dividing the screen into regions and locate a particular object acordingly. We're using yolov3 with Voice Feedback using gTTS so the output is in voice format.

Example: If a bottle is held straight in front of the camera then the output will be "mid center bottle".

Download the yolov3 weights from here

Obstacle Detection

For determining how far the obstacles are from the user we use four Ultrasonic sensors strapped to the arms and legs of the user.

It works by emitting an ultrasound at 40 kHz from the transmitter which travels through the air and if there is an obstacle in its path it will bounce back to the module and the reciever will catch it. The ultrasonic module is paired with the Arduino Microprocessor which calculates the distance at which the obstacle is located using the travel time of the wave and the speed of sound.

For the feedback mechanism a vibrating motor is used to alert the user if there is an obstacle within 50cm.

blind-aid's People

Contributors

rittikbasu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.