Chatbot for Groupme, using Microsoft Cognitive Services to tag users in posted photos
Create a heroku instance, with Postgres installed
Create a table with the schema:
CREATE TABLE userimage (
id INT NOT NULL,
image BYTEA)
;
Deploy to heroku using git
Alternatively, set up a local heroku server, postgres, and configure the heroku env file to run the app locally
Post a photo, along with "this is me", to store an image for yourself
Post any photo, and the bot will repond with the nickname of the identified user
Check out the Contributors Guide