This will help the visually impaired people for Reading(Hearing) text documents in user desired languages ,answering for text doucments and detecting the objects around the user.
It uses the OCR and tesseract engine for the extracting the text in document or text in image.
pip install pytesseract
pip install pillow
Tesseract is an optical character recognition engine with open-source code, this is the most popular and qualitative OCR-library. Download and install manually
Transalte the contents in the user desired language by using google transalte
pip install gtts
It will acts as SCRIBE for the visually imapaired people by reading the questions and able them to write the answers through Speech to text
pip install speech_recognition
pip install opencv-contib-python
pip install numpy
Yolo object dection with voice output Download the yolov3 weights from here.