An open API service indexing awesome lists of open source software.

https://github.com/probmods/webppl

Probabilistic programming for the web
https://github.com/probmods/webppl

javascript probabilistic-programming webppl

Last synced: 20 days ago
JSON representation

Probabilistic programming for the web

Awesome Lists containing this project

README

          

WebPPL [![Build Status](https://travis-ci.org/probmods/webppl.svg?branch=dev)](https://travis-ci.org/probmods/webppl) [![Dependency Status](https://david-dm.org/probmods/webppl.svg)](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.