This app detects and recognizes individuals listed under .\labeled_images from a webcam in a web browser using face-api.js JavaScript library.
- Clone the repo.
- Open it in Visual Studio Code with Live Server extension installed.
- Right click
index.htmland then click Open with Live Service.
- Copy a new person image to
.\labeled_imagesdirectory. Make sure the image has.jpgextension. - Add the image name (without extension) to
labelsarray in.\js\face-detection.js. - Refresh
index.htmlpage in a web browser.
