Skip to content

abhisheksawarkar/Finger-Tip-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finger-Tip-Reader

Humans have naturally tendency to point fingers at various objects. Why not use this ability to get information about our world? Here is a project called Finger Tip Reader which helps visually impaired people to read any kind of text without the need to learn braille.

The project was done in collaboration with the following people to satisfy credit requirements for course EC1306 Electronics for Service of Society at VJTI.

  1. Vishal Medida
  2. Chinmay Pinglay
  3. Varun Zope
  4. Vishal Chaudhari
  5. Abhishek Sawarkar

A camera mounted on the finger inputs text and pre-processes the image. An image to text engine called Tesseract OCR converts the image into text. Another engine called microsoft SAPI converts this text into speech output. Hence the camera input is output into speech format.

The project is done in visual studio 2013, using visual C++ Libraries used are OpenCV + Tesseract + Microsoft SAPI

Instructions:

  1. Download Visual Studio 2013

  2. Download this project as zip or git clone it

  3. Install opencv and tesseract libraries. Installation guide is provided on their official website

  4. Install SAPI text to speech engine

  5. Run the solution. Main program is in the source.cpp file

Inspired from: http://fluid.media.mit.edu/projects/fingerreader

Video: https://www.youtube.com/watch?v=p-SkIimUeqs

About

OpenCV + Tesseract + Microsoft SAPI (5.3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages