Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, ONNX can be utilized in Javascript through the ONNX.js library, which enables the inference of ONNX models directly in web browsers or on Node.js servers. The library provides a set of APIs for loading and running ONNX models, and supports a variety of platforms including CPU, web GPU, and WebGL. ONNX.js can be used to build machine learning applications for the web or to deploy pre-trained models on edge devices.