News

This brief documentation shows how to use the filter JavaScript library. The repository contains the source code in “filter.js” and the minified version in “filter.min.js”. Copy the minified version ...
If the value of the key is an function, obj-filter will pass the value of the same key in input data to the function, and includes it's returned data in result. So it's your call to customize how you ...
With the help of JavaScript libraries, it’s very easy to identify facial features and start building your own filters. There are a few considerations though that we did not cover in this tutorial.
With the help of JavaScript libraries, it’s very easy to identify facial features and start building your own filters. There are a few considerations though that we did not cover in this tutorial.
Similarly to how DLib works, for JavaScript, we have a library called clmtrackr which will do the heavy work of detecting where the face is on an image, and will also identify facial features such ...