Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 555 Bytes

File metadata and controls

25 lines (18 loc) · 555 Bytes

poof

poof

On-device generative inpainting for visual watermark removal. Runs MI-GAN end-to-end in the browser via ONNX Runtime Web on WebGPU (WASM-SIMD fallback). Model weights are fetched once and cached in OPFS; no image leaves the device. For educational and research use.

Build

Requires Bun 1.2+.

bun install
bun run dev        # http://localhost:5173
bun run build      # static output in apps/web/dist
bun run typecheck

License

MIT