Application to manipulate face of Furhat and collect data from an experiment using a GUI. Uses the Kotlin Skill API to control the Furhat robot hooked up to a React frontend.
In order to use the GUI, the GUI has to be built.
npm & node installed and discoverable on your machine
- cd into the GUI folder
cd ShapeShifter/assets/furhat-gui
- run
npm install
to install the dependencies - run
npm run build
to build the gui. - Start the skill, the GUI should be available through a button in the web-interface.