"Digital" communication for the post-conferencing age @ CCL2022 Berlin
This project is a simple Feathers API running on websockets and implementing the Handpose example from the Tensorflow JS model package.
Created at the Choregraphic Coding Lab at HZT Berlin in January 2022.
Build a Docker image from the top level:
docker build -t talktothehand .
The API then runs on port 3030
.
First pull the Motion Bank fork of tfjs-models
.
git submodule init
git submodule update
The code for the webapp can be found under tfjs-models/handpose/demo
.
Please see the README for handpose on how to set up development.
After building the app, you need to copy it to the public/
dir before building a new Docker image.
Copyright © 2000 Your Mom [email protected]
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.