This repository contains the convolution 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.
Written using TypeScript + React.
- Run
yarnonce to get the dependencies - Run
git worktree add dist/ gh-pagesonce to set up the github pages branch - Run
yarn run dev, then open http://localhost:1234 for the dev server - Run
yarn run buildto build the production version into the folderdist