Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 298 Bytes

Face Detection

Features

  • detect face (on camera)
  • detect face landmark
  • detect emotion

How to run

  1. Run npm install to install dependency
  2. Run npm run build to build browser script
  3. Run npm run serve to serve index page
  4. Go to http:localhost:3000