
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
oxyzen_node
Advanced tools
node-tflite is an unofficial TensorFlow Lite 2.2 bindings for Node.js.
It can run TensorFlow Lite models (.tflite) in Node.js environment (including Electron).
.tflite) while TensorFlow.js cannot (you'll need a different way of model conversion in TensorFlow.js)npm install node-tflite
import { Interpreter } from "node-tflite";
const modelData = fs.readFileSync("/path/to/model.tflite");
const interpreter = new Interpreter(modelData);
interpreter.allocateTensors();
interpreter.inputs[0].copyFrom(inputData);
interpreter.invoke();
interpreter.outputs[0].copyTo(outputData);
TODO
npm install
npm test
cd node/node-bindings
yarn
yarn dist
bazel build //tensorflow/lite/c:tensorflowlite_cFAQs
oxyzen bindings for Node.js
The npm package oxyzen_node receives a total of 14 weekly downloads. As such, oxyzen_node popularity was classified as not popular.
We found that oxyzen_node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.