Howdy, howdy devs!
infront is an application targeted towards blind people. By pronouncing the word 'CAPTURE' or clicking/tapping on the button, the device should take a picture. The image information is sent by Rails to Amazon Rekognition and rendered in React as a list of labels which is then read using the browser speech synthesis (or people can use a screen reader).
The application uses getUserMedia which is mostly supported by Chrome. At the moment there is no support for IOS.
To run this repo:
- Clone repo
- Run
bundle install
- Run
rails db:create
- Run
yarn install
- Run
yarn run rails-server