Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 413 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 413 Bytes

mask-app

Project setup

npm install

Download ML weights

  1. Download the modals and weights from here: https://github.com/justadudewhohacks/face-api.js/tree/master/weights
  2. then place them inside /public/data/weights

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint