bigml-nodered-core

BigML bindings for Node-RED

Usage no npm install needed!

<script type="module">
  import bigmlNoderedCore from 'https://cdn.skypack.dev/bigml-nodered-core';
</script>

README

BigML Node-RED Low-level Bindings

Powering the Internet of Things with BigML.

The BigML-Nodered bindings provide a set of Node-RED components 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 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 that can be easily understood and interacted with.

SETUP AND USAGE

Use bigml-nodered-core through its parent package bigml-nodered.

To make bigml-nodered available to your Node-RED install, just run the following command:

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

A great place to start are our tutorials.