/not-a-hotdog

🌭❌ Slack app.

Primary LanguageElixir

Not A Hotdog (NAH)

Note

This project is inspired by the Boombox "not hot dog" example.

Not A Hotdog

A toy experiment to show how to build an Slack app and how to use the Bumblebee library to classify images.

Hot Dog Not Hot Dog

This project is meant to be used for educational purposes only and it would not have been possible without the amazing work from the Bumblebee and Slack Elixir libraries.

Usage

cat <<EOF > .env
export SLACK_BOT_TOKEN=<YOUR_SLACK_BOT_TOKEN>
export SLACK_APP_TOKEN=<YOUR_SLACK_APP_TOKEN>
EOF

make
make shell

Sample Images

In the assets/cast folder you will find a number of images you can use to test the app.

Additional Resources