Skip to content

EderSantana/hubot-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-recognizer

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

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

About

Hubot + deep learning = image classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published