Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaussianBP/gaussianBP.github.io
https://github.com/gaussianBP/gaussianBP.github.io
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaussianBP/gaussianBP.github.io
- Owner: gaussianBP
- License: cc-by-4.0
- Created: 2021-06-21T09:24:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T04:58:39.000Z (over 1 year ago)
- Last Synced: 2024-08-03T15:18:50.526Z (3 months ago)
- Language: Svelte
- Size: 22.4 MB
- Stars: 45
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```