Skip to content

general-labs/Luz-Glass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.