Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 346 Bytes

File metadata and controls

36 lines (25 loc) · 346 Bytes

Face-api.js Node.js Example

A Node.js server that analyzes face images using tensorflow.js and face-api.js libraries.


My Blog Post: https://www.khjcode.com/post/4



Run

Setup

npm i

Development

npm run dev

Build

npm run build

Production

npm run start