Face classifier in your browser

Hi!

Just wanted to share a little personal project with you.
It’s a face classifier that runs in your browsers thanks to tensorflow.js

It does the very basic stuff, just finetuning a pretrained MobileNet model.
It works best on Windows/Mac with Google Chrome and a special flag active:
chrome://flags#enable-experimental-web-platform-features

Otherwise it will fallback to use tracking.js (way slower and not so accurate)
It’s a work in progress so any critics or comments are welcome :slight_smile:

https://albertobeiz.github.io/face-model-creator/

1 Like