Node-RED nodes for pre-trained TensorFlow models
Example of object detection
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
- 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
https://www.linux.com/news/using-tensorflow-js-and-node-red-with-image-recognition-applications/
-
Conflict with other TensorFlow.js modules
See the details: #3
Apache-2.0