A behavior-changing application to help stop the spread of viruses -- https://magicmask.stanford.edu/
First, install dependencies by following this document and then build the mediapipe backend
bazel build \
-c opt \
--define MEDIAPIPE_DISABLE_GPU=1 \
--define libunwind=true \
mediapipe/examples/desktop/OWN_facehand_tracking:OWN_facehand_tracking --sandbox_debug --verbose_failures
Then build the frontend and package the binary.
cd frontend
go build frontend
bash package.sh
bash update.sh