Skip to content

A simple real-time face detection with face-api.js

Notifications You must be signed in to change notification settings

wannfq/face-detection

Repository files navigation

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