In this post, I will introduce how to use image recognition using TensorFlow.js and Node-RED. Node-RED flow can answer what image contains (For example, person, dog, car and bottle) using TensorFlow.js. Settings in Node-RED
To use Tensorflow.js easily, I will use the TensorFlow.js module which contains the learned model from…