Fun with face recognition in the browser, using face-api.js
Check out the live version.
To run locally, open root folder in VS Code and open index.html
with LiveServer
.
-
Code is based on: https://youtu.be/CVClHLwv-4I
- Note: In this video, the
startVideo
function insidescript.js
is slightly outdated. Watch until minute 5:50, then refer back to this repo for the fixedstartVideo
function. Everything else is fine.
- Note: In this video, the