https://github.com/wardbrian/stan-web-demo
Stan, compiled to Webassembly, running in your browser!
https://github.com/wardbrian/stan-web-demo
reactjs stan wasm
Last synced: about 2 months ago
JSON representation
Stan, compiled to Webassembly, running in your browser!
- Host: GitHub
- URL: https://github.com/wardbrian/stan-web-demo
- Owner: WardBrian
- License: bsd-3-clause
- Created: 2024-04-09T15:39:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:16:46.000Z (2 months ago)
- Last Synced: 2025-04-04T17:26:22.524Z (2 months ago)
- Topics: reactjs, stan, wasm
- Language: CSS
- Homepage: http://brianward.dev/stan-web-demo/
- Size: 3.09 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stan Web Demo
This shows how one can use [TinyStan](https://github.com/WardBrian/tinystan)
to build a WebAssembly version of a Stan model which can be used from the
browser.All computation is done locally using the actual Stan implementations
of automatic differentiation and the No-U-Turn Sampler.This was inspired by
[George Stagg's demos of Fortran in the browser](https://github.com/georgestagg/mnist-classifier-blas-wasm/)