node-tensorflow and tfjs-node
These are ecosystem siblings where the newer official implementation (tfjs-node) superseded and largely replaced the earlier community binding (node-tensorflow) for running TensorFlow computation graphs in Node.js environments.
About node-tensorflow
nikhilk/node-tensorflow
Node.js + TensorFlow
This project helps Node.js developers integrate pre-trained TensorFlow machine learning models into their applications. You provide a TensorFlow graph (created and trained in Python), and it allows your Node.js application to feed new data into the graph and retrieve predictions or inferences. It's for Node.js developers building applications that need to leverage existing machine learning models without running Python code at runtime.
About tfjs-node
tensorflow/tfjs-node
TensorFlow powered JavaScript library for training and deploying ML models on Node.js.
Scores updated daily from GitHub, PyPI, and npm data. How scores work