MachinisteWeb / Bayes-O-Matic

An automated tool for epistemiological inference of Bayesian Networks

Home Page:https://vberger.github.io/Bayes-O-Matic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bayes-O-Matic

This is a WASM webapp that can be used to model bayesian inference on Bayesian networks.

A live version of the app is available here: https://vberger.github.io/Bayes-O-Matic

An explanation of what Bayesian Networks are, how they can be used, and how to use the app is available in-app via the "Help" button, or as a markdown file.

How to install

Prerequisites

You will need to install the compiler for the Rust programming language. Do to so there are some prerequisites:

  • On Windows, you need the C++ tools is installed on your system. You can download it into the Build Tools for Visual Studio 2019.
  • On Linux you'll need a working compilation toolchain. Your distribution likely provides the necessary package (for example build-essential on Debian).

Installation

  1. Go on https://www.rust-lang.org/tools/install and download Rust.
  2. Follow the installation instruction to install Rust.
  3. Go on root directory and use the command line cargo install cargo-web.
  4. Continue under root directory and use the command line cargo web start.
  5. Go on http://[::1]:8000 accross your browser.

About

An automated tool for epistemiological inference of Bayesian Networks

https://vberger.github.io/Bayes-O-Matic

License:GNU General Public License v3.0


Languages

Language:Rust 91.6%Language:Fluent 4.9%Language:CSS 2.7%Language:HTML 0.8%