https://github.com/jochasinga/hubot-clarifai
A hubot script that learns from images and videos
https://github.com/jochasinga/hubot-clarifai
Last synced: about 1 year ago
JSON representation
A hubot script that learns from images and videos
- Host: GitHub
- URL: https://github.com/jochasinga/hubot-clarifai
- Owner: jochasinga
- License: mit
- Created: 2015-12-03T19:59:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T20:12:40.000Z (over 10 years ago)
- Last Synced: 2025-02-02T09:15:51.407Z (over 1 year ago)
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-claribot
A hubot script that learns from images and videos
See [`src/claribot.coffee`](src/claribot.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-clarifai --save`
Then add **hubot-clarifai** to your `external-scripts.json`:
```json
[
"hubot-clarifai"
]
```
## Sample Interaction
```
user1>> hubot http://example.com/cute-cat.jpg
hubot>> Are you thinking about a pet?
user2>> hubot https://domain.xyz/kate-moss.gif
hubot>> Feeling like a model?
```