Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaussianBP/gaussianBP.github.io


https://github.com/gaussianBP/gaussianBP.github.io

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# A visual introduction to Gaussian Belief Propagation

Authors: [Joseph Ortiz](https://joeaortiz.github.io/), [Talfan Evans](http://www.talfanevans.co.uk/) and [Andrew J. Davison](https://www.doc.ic.ac.uk/~ajd/).

## Build and test
Download and install.
```
git clone https://github.com/gaussianBP/gaussianBP.github.io.git
cd gaussianBP.github.io
npm install
```
To run locally.
```
npm run dev
```
To build.
```
npm run build
```