I got a bit bored last night and decided to replicate the functionality of Jian Yang's app from Silicon Valley using the AWS Rekognition API.
- AWS Account to host the Slackbot
- AWS Account must have access to Regions where Rekognition is available (us-east-1, us-west-2, eu-west-1)
cd seefood/
virtualenv env
source env/bin/activate
pip install -r requirements.txt
zappa deploy dev
- Go to: /apps/manage
- Open slash commands.
- Configure your new slash command in the following way.