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
yarn
once to get the dependencies - Run
git worktree add dist/ 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 folderdist