node-red-contrib-tensorflow 0.2.2
TensorFlow.js nodes using pre-trained models
Node-RED nodes for pre-trained TensorFlow models

Example of object detection (Demonstration)
Install
To install the stable version use the Menu - Manage palette - Install
option and search for node-red-contrib-tensorflow
, or run the following
command in your Node-RED user directory, typically ~/.node-red
npm install node-red-contrib-tensorflow
TensorFlow Models
- Object Detection -- The node to identify objects in an image
- MediaPipe Handpose -- The node to detect fingers in a hand
- MobileNet -- The node to classify images with MobileNet
- PoseNet Model -- The node to estimate human pose
Known issue
Conflict with other TensorFlow.js modules
See the details: https://github.com/kazuhitoyokoi/node-red-contrib-tensorflow/issues/3
License
Apache-2.0