Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.16 KB

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