Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-red-contrib-tensorflow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-red-contrib-tensorflow
Node-RED nodes for pre-trained TensorFlow models

Example of object detection
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
How to use
https://www.linux.com/news/using-tensorflow-js-and-node-red-with-image-recognition-applications/
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