Predict your Age

Face the camera and the webcam will try to detect your face. If you see a visible box, that means its working!
This web app uses HTML5 camera to capture snapshots and uses face-api to call facial recognition machine learning APIs.
Privacy Policy: We do not collect any data processed by webcam devices. Facial recognition is done all from the browser environment. All CNN (convolutional neural network) models and weights are pre-trained and loaded into Tensorflow JS. Tensorflow will use WebGL to optimize performance if the device supports it. Age estimate is just the average of most recent successful age predictions.
Resources: Age estimation from faces using deep learning, YOLOv2 (face detection), Xception (facial attributes)