Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

executable file
·
27 lines (21 loc) · 525 Bytes

Face-Recognition DTR (face-dtr)

Face Recognition DTR Javascript face recognition and identification with discriptors, age and gender predictions.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.