1.0.2 • Published 9 years ago

hubot-recognizer v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-recognizer

A hubot script that interacts with Clarifai's API to recognize images.

npm.io

Installation

  1. Register an app on Clarifai. Yup! They have a free tier.

  2. Get your client id and secret in the step above and export them as environment variables CLIENT_ID and CLIENT_SECRET:

export CLIENT_ID=HugeCR4zyV4luesTh3yW1!!g1veU

  1. In hubot project repo, run:

npm install hubot-recognizer --save

Then add hubot-recognizer to your external-scripts.json:

[
  "hubot-recognizer"
]

Usage

robot what is this image url

TODO

  • Checkout video analysis API
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago