microsoft/Windows-Machine-Learning

Access WinML inference engine / DirectML from Electron apps?

vadimkantorov opened this issue · 2 comments

I guess we could use WebGPU / wasm-simd from Electron apps via onnxruntime-web, but is it possible to access more heavy and functional WinML inference engine / native Windows onnxruntime / DirectML?

Thank you!

nums11 commented

Thanks for posting. For an example of how to use WinML from an electron app please refer to one of our tools - WinML Dashboard - which is built using Electron.

Oh very nice! I suggest that this capability is highlighted and explained more in onnxruntime/onnxruntime-web repo and in this repo :)