This project implements face detection using the javascript library face-api.js on Angular. face-api.js is built on top of tensorflow.js core, which implements several CNNs (Convolutional Neural Networks) to solve face detection, face recognition, and face landmark detection, optimized for the web and mobile devices. This project was generated with Angular CLI version 14.2.13.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
npm install --save face-api.js npm install --save @tensorflow/tfjs-core
