TensorFlow.js in Node
https://www.tensorflow.org/js/guide/nodejs31.03.2020 · The version of TensorFlow.js running with vanilla CPU operations can be imported as follows: import * as tf from '@tensorflow/tfjs' This package is the same package as what you would use in the browser. In this package, the operations are run in vanilla JavaScript on the CPU.