This is the repo to host our project on MakeCode for Microsoft Research.
- Try it live at https://sundychend.github.io/BuildUFace/
These instructions allow to run locally to modify the sample.
The following commands are a 1-time setup after synching the repo on your machine.
-
install node.js
-
install the PXT command line
npm install -g pxt
- install the dependencies
npm install
After you're done, simple run this command to open a local web server:
pxt serve
After making a change in the source, refresh the page in the browser.
If you would like to pick up the latest PXT build, simply run
pxt update
Run the following command to update the github page build of this editor
pxt staticpkg --gh
You can also minify it but it takes longer to generate:
pxt staticpkg --gh --minify
More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost
-
Precise Tracking of Facial Features via Constrained Local Models https://github.com/auduno/clmtrackr
Tracking in image (default): will automatically trigger when the user opens the app Tracking in video (will implement after we finished the static) Face substitution Face masking Realtime face deformation Emotion detection Caricature