Ask Your Question
4

Can ONNX be utilized in Javascript?

asked 2022-08-26 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-02 19:00:00 +0000

ladyg gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-26 11:00:00 +0000

Seen: 9 times

Last updated: Jan 02 '22