tupleblog / face-classification-js

Face classification on JavaScript

Home Page:https://tupleblog.github.io/face-classification-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-classification-js

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.

demo

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

contributors

from tupleblog

About

Face classification on JavaScript

https://tupleblog.github.io/face-classification-js/

License:MIT License