Skip to content

chunonline/BuildUFace

Repository files navigation

BuildUFace

This is the repo to host our project on MakeCode for Microsoft Research.

Running locally

These instructions allow to run locally to modify the sample.

Setup

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

Running the local server

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.

Updating the tools

If you would like to pick up the latest PXT build, simply run

pxt update

Deploy to github pages

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

API Layout

  • 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
    

About

This is the repo to host our project on MakeCode for Microsoft Research.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published