This is real time face detection using our webcam and a JavaScript library called face-api.js which built on top of tensorflow.js core , which implements several CNNs (Convolutional Neural Networks) to do face detection, face recognition and face landmark detection, optimized for the webpages.
In addition age_gender_model is used to detect user's age. Mean value of last thirty ages that program stored is displayed as user's age.
updates are in progress.