This package implements a backend in Node.js for Paddle.js. This backend helps you execute model in Node.js environment, using the webgl backend ops. Npm package gl provides a WebGL context in Node.js without making a window or loading a full browser environment.
You can install the backend package via npm. @paddlejs/paddlejs-backend-nodelgl
.
// Import the registered NodeGL backend.
import '@paddlejs/paddlejs-backend-nodegl';