Skip to content

YouEye - An AI-powered, problem breaker for blind individuals, providing accessibility to no-voice supported kiosks

License

Notifications You must be signed in to change notification settings

code-yeongyu/YouEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouEye - kiosk machine helper solution for blinded people

한국어 README

Using a no-voice supported kiosk is extremly difficult for blind people.

Therefore, if you just reach your hand up and capture it with your phone camera, YouEye will read you what will you touch.

Currently, only python demos are available, with web-server wrapper.
Word coordinate detector for https://github.com/code-yeongyu/east-detector-socket-wrapper is used for this project.

Current works

Demonstration Video

Youtube Demonstration Video

Demonstration Pictures

Bulgogi-burger-set

https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_0.txt

Yangnuym-gamja1

https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_1.txt

Big-Bulgogi-burger-set

https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_2.txt

Cheese-burger-set

https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_3.txt

Yangnuym-gamja2

https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_4.txt

All these ocr-ed results are genereated by naver-ocr-api, both naver-ocr-api and tesseracts are available.
Because of the lack of trainset, I recommend you to use naver-ocr-api.

Run demonstration

Clone this project, move to directory python-demo and install required pip modules by executing folliwing commands.

pip install -r requirements.txt

then execute:

python demonstration.py

For web-interface demonstration:

python web-wrapper.py

About web interface

Send post request to /i_am_iron_man with form-data body, and attach your image to key image.
Then the server will respond with the desired text.
Currently, the web interface is setted to use naver-ocr-api, so you have to get permission or use tesseract to use ocr properly.

About

YouEye - An AI-powered, problem breaker for blind individuals, providing accessibility to no-voice supported kiosks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published