Skip to content

kwanghoon/webppl

 
 

Repository files navigation

WebPPL Build Status Dependency Status

Probabilistic programming for the web

Quick start

Install using nodejs:

npm install -g webppl

Run WebPPL programs:

webppl myprogram.wppl

Require a WebPPL package:

webppl myprogram.wppl --require packageName

See the packages section of our documentation for more information.

Upgrade WebPPL:

npm update -g webppl

Quick start from source

Clone WebPPL using git:

git clone https://github.com/probmods/webppl

Change into the cloned directory:

cd webppl

Install the dependent packages listed in package.json:

npm install

Run scripts:

./scripts/adify
./scripts/distHeader

Run a WebPPL program:

./webppl examples/binomial.wppl

Documentation

Read our docs at docs.webppl.org.

License

WebPPL is released under the MIT License.

Contributions

We encourage you to contribute to WebPPL! Check out our guidelines for contributors and join the webppl-dev mailing list.

About

Probabilistic programming for the web

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%