Eye movement communication using machine learning for people with limited mobility
cd into the facemesh/demo folder:
cd facemesh/demo
Install dependencies and prepare the build directory:
yarn
To watch files for changes, and launch a dev server:
yarn watch
Cd into the facemesh folder:
cd facemesh
Install dependencies:
yarn
Publish facemesh locally:
yarn build && yarn yalc publish
Cd into the demos and install dependencies:
cd demo
yarn
Link the local facemesh to the demos:
yarn yalc link @tensorflow-models/facemesh
Start the dev demo server:
yarn watch
To get future updates from the facemesh source code:
# cd up into the facemesh directory
cd ../
yarn build && yarn yalc push