Skip to content

tse-group/magicmask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Mask

A behavior-changing application to help stop the spread of viruses -- https://magicmask.stanford.edu/

Build

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