https://github.com/probmods/webppl
Probabilistic programming for the web
https://github.com/probmods/webppl
javascript probabilistic-programming webppl
Last synced: 6 days ago
JSON representation
Probabilistic programming for the web
- Host: GitHub
- URL: https://github.com/probmods/webppl
- Owner: probmods
- License: other
- Created: 2014-08-08T16:33:58.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-03T20:44:57.000Z (almost 2 years ago)
- Last Synced: 2025-12-21T13:39:32.756Z (4 months ago)
- Topics: javascript, probabilistic-programming, webppl
- Language: JavaScript
- Homepage: http://webppl.org
- Size: 10.8 MB
- Stars: 635
- Watchers: 48
- Forks: 84
- Open Issues: 160
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- bayesian-inference - WebPPL
README
WebPPL [](https://travis-ci.org/probmods/webppl) [](https://david-dm.org/probmods/webppl)
======
Probabilistic programming for the web
## Quick start
Install using [nodejs](http://nodejs.org):
npm install -g webppl
Run WebPPL programs:
webppl myprogram.wppl
Require a WebPPL package:
webppl myprogram.wppl --require packageName
See the [packages](http://docs.webppl.org/en/master/packages.html#packages) section of our documentation for more information.
Upgrade WebPPL:
npm update -g webppl
## Documentation
Read our docs at [docs.webppl.org](http://docs.webppl.org/).
## License
WebPPL is released under the [MIT License](LICENSE.md).
## Contributions
We encourage you to contribute to WebPPL! Check out our [guidelines for contributors](CONTRIBUTING.md) and join the [webppl-dev](https://groups.google.com/forum/#!forum/webppl-dev) mailing list.