Draws an emoji on your face! Powered by Nuxt.js, Tensorflow.js and Posenet.
- lib/camera.js: A singleton class for working with camera
- lib/posenet.js: A singleton class around posenet to detect face and render stream on a canvas
- components/camera.vue: Standalone component that renders camera input
- Fork this repo
- Install dependencies with
yarn install
- Run dev server with
yarn dev
- Generate static files for deployment with
yarn generate