AR Face Doodle

April 26, 2020 ยท View on GitHub

Doodle on your face with AR directly from the web browser thanks to Tensorflow.js, FaceMesh and Three.js.

debug

Demo: https://cyrildiagne.github.io/ar-facedoodle

Setup

npm install && npm start

Thanks and acknowledgement

  • tensorflow/tfjs-models facemesh For the face detection model
  • shawticus/facemesh-threejs For the facemesh OBJ model
  • mourner/simplify.js For the line smoothing
  • mrdoob/three.js For the 3D engine

Contents

  1. 1Setup
  2. 2Thanks and acknowledgement