cyrildiagne/ar-facedoodle
Doodle AR masks right from the browser with tensorflow.js
repo name | cyrildiagne/ar-facedoodle |
repo link | https://github.com/cyrildiagne/ar-facedoodle |
homepage | |
language | JavaScript |
size (curr.) | 14348 kB |
stars (curr.) | 376 |
created | 2020-04-25 |
license | MIT License |
AR Face Doodle
Doodle on your face with AR directly from the web browser thanks to Tensorflow.js, FaceMesh and Three.js.
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