MCPcopy Create free account
hub / github.com/cloudflare/workers-wonnx

github.com/cloudflare/workers-wonnx @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
9 symbols 13 edges 2 files 3 documented · 33% updated 4mo ago★ 51

Browse by type

Functions 8 Types & classes 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

webgpu sample using workerd

An example worker using wonnx for image classification on a webgpu-enabled version of workerd.

Upload model to local R2 simulator

This only needs to be done once.

npx wrangler@latest r2 object put model-bucket-dev/opt-squeeze.onnx --local --file models/opt-squeeze.onnx

Launch local development environment

npx wrangler@latest dev

Send request

curl -v -F "file=@images/pelican.jpeg" http://localhost:8787

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 5
Method 3
Class 1

Languages

Rust100%

Modules by API surface

src/lib.rs9 symbols

For agents

$ claude mcp add workers-wonnx \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page