Repository for gender and emotion classification using TensorFlow.js.
The original repository can be seen at oarriaga/face_classification.
We train MobileNet
to classify gender and emotion of the face based on FER2013 and IMDB datasets.
The face tracking part is done by using trackingjs,
lightweight JavaScript core for computer vision.
You can see more details of analysis and examples on tupleblog.
Try out the image classification demo at tupleblog.github.io/face-classification-js. You can also try webcam real-time video classification on web browser at tupleblog.github.io/face-classification-js/webcam.html
from tupleblog