1 repository
Running machine learning models within a server-side Node.js environment using native binaries.
Distinguishing note: Shortlist contains generic Node.js environments; no tag for the specific intersection of Node.js and ML model execution.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Node.js ML Execution. Refine with filters or upvote what's useful.
TensorFlow.js is a JavaScript machine learning library used for training and deploying models in web browsers and server-side environments. It functions as a browser-based model trainer, a WebAssembly inference engine, and a WebGPU accelerated tensor library for low-level linear algebra. The project also includes a model converter to transform Python-based models into optimized formats for JavaScript execution. The library distinguishes itself through a pluggable backend architecture that allows mathematical operations to be executed via CPU, WebGL, or WebGPU. It supports the conversion of Py
Executes machine learning models in server-side Node.js environments using native binaries for high-performance processing.