Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 507 Bytes

camera-text-speech

Blind Text-Assistance helps people who have issues with vision to take a photo by speech commands in mobile phone and recognises text in taken images and speeches text.

Tools: numpy, pytesseract, google.cloud, pyttsx3, pyaudio, OpenCv, imutils, requests.

pip install numpy

pip install --upgrade google-cloud-speech

pip install opencv-python

pip install pytesseract

pip install pyttsx3

pip install PyAudio

pip install SpeechRecognition

pip install imutils

pip install requests