Basic face recognition with JavaScript (Tensorflow.js)

1 · Michael Burrows · March 15, 2021, 5:35 a.m.
Tensorflow is an open-source software library that’s used to develop and train machine learning models. It’s available in a number of different languages including JavaScript which we’ll be using in this tutorial to perform basic face recognition from an image. Let’s get started by creating a HTML file and loading the required JavaScript libraries: Along […]...