Skip to content

phiresky/gaussian-mixtures-demo

Repository files navigation

Gaussian Mixture Model Demo

This repository contains the gaussian mixture model (GMM) demonstration program for the lecture “Kognitive Systeme” at the Interactive Systems Lab (ISL) at the Karlsruhe Institute of Technology.

The demo runs completely client-side in the browser. The index.html file in the gh-pages branch is directly runnable. A hosted version is available here.

Building

Written using TypeScript + React.

  • Run yarn once to get the dependencies
  • Run git worktree add bin/ gh-pages once to set up the github pages branch
  • Run yarn run dev, then open http://localhost:1234 for the dev server
  • Run yarn run build to build the production version into the folder dist