node-red-contrib-ai-function

0.1.1 • Public • Published

node-red-contrib-ai-function

A Node-RED node to call ai function of watson machine learing.

Install

Run the following command in the root directory of your Node-RED install or home directory (usually ~/.node-red) and will also install needed libraries.

    npm install node-red-contrib-ai-function

Runtime information

This node was tested to Node.js v8.3 and NPM 5.6.0 on Node-Red v0.19.3

Usage

sample msg.payload is as follows:

msg.payload = {
    "fields": ["CLASS", "AGE", "BP", "AL", "SC", "POT", "PCV"],
    "values": [[null, 75, 70, 0, 0.8, 3.5, 46]]
}

Package Sidebar

Install

npm i node-red-contrib-ai-function

Weekly Downloads

4

Version

0.1.1

License

Apache-2.0

Unpacked Size

27.8 kB

Total Files

8

Last publish

Collaborators

  • makaishi2