Skip to content

Latest commit

 

History

History
executable file
·
36 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

executable file
·
36 lines (20 loc) · 749 Bytes

LUZ GLASS (OCR)

A world made with words for those visually impaired or blind.

Browser based (Web RTC) OCR App.(DEMO)

Using OCR to read text from images.

Luz Glass | Web RTC Watch the DEMO

=============================================

Deploy (Using Docker Compose)

cd docker

docker-compose up -d

visit: http://localhost:5005

Deploy (Native)

cd docker

pip install -r requirements.txt

cd ..

python server.py

visit: http://localhost:5005

TO DO

  • Wire it up to ESP32 and audio.

FULL CREDIT GOES TO GOOGLE FOR TESSERACT LIBRARY.