0.0.4 • Published 4 years ago

node-red-contrib-tfjs v0.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

node-red-contrib-tensorflowjs

A Node-RED node for TensorFlowJs. A simple function like node preloaded with tensorflowjs and some other useful libraries.

NOTE: Tensorflow.js is only available in 64bit - so will not run on 32 bit operating systems like Raspbian.

Install

Either use the Node-RED Menu - Manage Palette option, or run the following command in your Node-RED user directory - typically ~/.node-red

    npm i node-red-contrib-tfjs

Overview

This package contains 3 nodes

  • tf predict - Runs tf.predict against a model you import
  • tf coco ssd - Runs the CoCo Single Shot object detector against either a file or a buffer of a jpg image.
  • tf posenet - Runs the Posenet body parts model against either a file or a buffer of a jpg image.