Skip to content

Add ONNX2Anything – ONNX model converter in browser via WASM#285

Open
UnstoppableCurry wants to merge 1 commit into
mbasso:masterfrom
UnstoppableCurry:master
Open

Add ONNX2Anything – ONNX model converter in browser via WASM#285
UnstoppableCurry wants to merge 1 commit into
mbasso:masterfrom
UnstoppableCurry:master

Conversation

@UnstoppableCurry

Copy link
Copy Markdown

Description

ONNX2Anything converts ONNX models to edge inference formats (NCNN, MNN, TNN, Tengine, PaddleLite) entirely in the browser.

Why it fits awesome-wasm (AI section):

  • Each converter toolchain (NCNN, MNN, etc.) is compiled to WebAssembly via Emscripten
  • Python preprocessing (onnxsim, etc.) runs via Pyodide (Python compiled to WASM)
  • Runs in a Web Worker — no server, no upload, no install
  • SharedArrayBuffer enabled via coi-serviceworker pattern

Live demo: https://onnx2anything.com
GitHub: https://github.com/UnstoppableCurry/onnx2anything (⭐ open source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants