Skip to content
/ eyelang Public

Eye movement communication using machine learning for people with limited mobility

Notifications You must be signed in to change notification settings

x9du/eyelang

Repository files navigation

eyelang

Eye movement communication using machine learning for people with limited mobility

Setup

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

If you are developing facemesh locally, and want to test the changes in the demos

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

About

Eye movement communication using machine learning for people with limited mobility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published