Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiliankoe/hubot-clarifai2
:city_sunrise: Hubot script for clarifai
https://github.com/kiliankoe/hubot-clarifai2
clarifai hubot hubot-scripts
Last synced: 24 days ago
JSON representation
:city_sunrise: Hubot script for clarifai
- Host: GitHub
- URL: https://github.com/kiliankoe/hubot-clarifai2
- Owner: kiliankoe
- Created: 2016-02-24T11:12:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T11:14:00.000Z (over 8 years ago)
- Last Synced: 2024-10-12T05:11:24.182Z (about 1 month ago)
- Topics: clarifai, hubot, hubot-scripts
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-clarifai2
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-clarifai2
Hubot script for clarifai
See [`src/clarifai2.coffee`](src/clarifai2.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-clarifai2 --save`
Then add **hubot-clarifai2** to your `external-scripts.json`:
```json
[
"hubot-clarifai2"
]
```## Sample Interaction
```
user1>> hubot what do you see here http://i.imgur.com/HRr2vgs.jpg
hubot>> My money's on meat, beef, no person, steak, pork, blood, food, bloody, slice, butcher, sirloin, fillet, chop, red meat, cow, cut, prime, ham, uncooked, preparation
```