tinygrad WebGPU live demo using brainchop models to segment a T1-scan into gray and white matter This project mimics the ONNX WebGPU and brainchop TensorFlowJS WebGL projects. However, tinygrad has a smaller footprint and is faster. This port developed by Ahmed Harmouche of softwiredtech.
You can serve a hot-reloadable web page that allows you to interactively modify the source code.
git clone [email protected]:niivue/niivue-tinygrad.git
cd niivue-tinygrad
npm install
npm run dev
npm run build
npx http-server dist/ # or npm run preview