This will be a short and concise tutorial on how to build a facial recognition system with JavaScript, using faceapi.js built on Tensorflow.js; hence we won’t be interacting with Tensorflow.js directly.
This is what our final model output should look like
We want to build an ML system, that when given a specific input image, will tell us if a face in the input image is similar a face in our database. 😉