Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindMeBot

Chatbot for Groupme, using Microsoft Cognitive Services to tag users in posted photos

Setting up:

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

Chatbot Instructions:

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

Contributor Guide

Check out the Contributors Guide

LICENSE

MIT License

About

Chatbot for tagging users in pictures

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages