Skip to content

OpenEye is an initiative to promote inclusivity with respect to people with visual disabilities, so that they do not feel alienated at the Universidad del Norte. The OpenEye is a project to promote and help people with perception difficulties who cannot identify people, objects, spaces, etc. visually, and who have difficulty reading texts that d…

Notifications You must be signed in to change notification settings

FiboDev/OpenEyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

python opencv nodejs contributors test


Overview

OpenEyes

What OpenEye does (functional requeriments)

  1. Give your current location on the map (uninorte)
  2. Get routes with instructions to different buildings of the university.
  3. Get list of objects in user's surroundings.
  4. Recognise text on books, letters and more.

Demo

We've deployed the app on heroku for demo. It may take up to 10 seconds to load.

Description

OpenEye is an initiative to promote inclusivity with respect to people with visual disabilities, so that they do not feel alienated at the Universidad del Norte. The OpenEye is a project to promote and help people with perception difficulties who cannot identify people, objects, spaces, etc. visually, and who have difficulty reading texts that do not have adequate typography.

Installation

  1. Please do install nodejs and set up your local environment variables in your desktop, then clone or download this repository https://github.com/FiboDev/OpenEyes
  2. Run npm command in your cmd or bash
npm install

This will ensure the installation of dependencies in package.json file 3. Install python requirements Use the package manager pip to install requirements.txt.

pip install -r requirements.txt

Additionally you may install tesseract in your machine
tesseract-ocr-w32-setup-v5.1.020220510.exe
tesseract-ocr-w64-setup-v5.1.020220510.exe

Then in src/public/python/main.py

texto = td.DetectorTexto("C:/Program Files/Tesseract-OCR/tesseract.exe") #paste here the route of your tesseract.exe file

texto.obtener_imagen()

print(texto.detectar_texto())

Getting started

Usage

npm run start

Then open your browser in localhost with port 3000 e.g http://localhost:3000/ and click the screen to get started.

About

OpenEye is an initiative to promote inclusivity with respect to people with visual disabilities, so that they do not feel alienated at the Universidad del Norte. The OpenEye is a project to promote and help people with perception difficulties who cannot identify people, objects, spaces, etc. visually, and who have difficulty reading texts that d…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published