Pre-trained Models with ml5.js
In the above examples we used ml5.js straight out of the box. Within ml5.js there a re number of very useful pre-trained models which you make use of.
Module 10: faceMesh
This uses an ml5.js built in feature, a pertained model that creates 468 data points of your face from your webcam image. it is called faceMesh. you can access any of the data points to use in any creative way you want. In this tutorial we will draw a bounding box round the mouth.