CoolFace
Apppublic

dispatchAI/browser-chat

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
README.md26 linesDownload Raw Back to root
1---2title: dispatchAI Browser Chat3emoji: ⚡4colorFrom: blue5colorTo: indigo6sdk: static7app_file: index.html8pinned: true9tags:10- webgpu11- on-device12- mobile-ai13- transformers-js14---15 16# dispatchAI Browser Chat — WebGPU On-Device Inference17 18A **100% browser-based** AI chat running SmolLM2-360M entirely on the user's GPU via WebGPU.19 20- **Zero backend** — static HTML/JS, infinitely scalable, costs nothing ever21- **Zero data leaves the device** — pure client-side inference22- **WebGPU accelerated** — falls back to WASM on unsupported browsers23- **~200MB model** — downloads once, cached by the browser24 25This is the purest expression of dispatchAI's mission: AI that runs on your device, no cloud required.26