Skip to content

amandahuarng/VisAid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

VisAid

A tool that allows users to better understand their surroundings using image processing and speech recognition. Utilizing both Google Cloud Vision API and Houndify's Speech-To-Text API, VisAids lets users ask it questions about their environment and will respond with an answer. It does this by leveraging OpenCV to capture images and by using Text-To-Speech to respond to user queries.

Make sure you install the following SDKs and packages before running:

Authenticate with Google Cloud API prior to running code:

Run this line in terminal: export GOOGLE_APPLICATION_CREDENTIALS=“/home/user/Downloads/[FILE_NAME].json”

Run your program with this line of code:

rec -p | sox - -c 1 -r 16000 -t s16 -L - | ./main.py CLIENT ID CLIENT KEY

Replace CLIENT ID and CLIENT KEY with your unique keys on your Houndify Dashboard

About

A tool that allows users to better understand their environment using image processing and speech recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages