BigML Node-RED Bindings
=================================

Powering the Internet of Things with BigML.

The
[BigML-Nodered bindings](https://www.npmjs.com/package/bigml-nodered)
provide a set of Node-RED nodes that interact with BigML and
allow you to create Machine Learning workflows that you can deploy to
Nodered and integrate with other Nodered modules. The
bigml-nodered-core package is used by bigml-nodered.

[BigML](https://bigml.com) makes machine learning easy by taking care
of the details required to add data-driven decisions and predictive
power to your company. Unlike other machine learning services, BigML
creates
[beautiful predictive models](https://bigml.com/gallery/models) that
can be easily understood and interacted with.

SETUP AND USAGE
---------------

To make bigml-nodered available to your
[Node-RED install](https://nodered.org/docs/getting-started/adding-nodes),
just run the following command:

```
cd $HOME/.node-red
npm install bigml-nodered
```

A great place to start are our [tutorials](https://blog.bigml.com/category/product-2/bigml-for-node-red/).
