A machine vision application that animates a CSS smiley face based on the current facial expression of the user.
The user's webcam is used to capture a continuous stream of images, which are fed to a model for detecting happy facial expressions.
- Get npm, then
npm install
. - Run
./bin/build.sh
to build the assets. open ./build/index.html