Skip to content

kuanyshbakytuly/camera-text-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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