Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 500 Bytes

Age-Prediction-Caffe

Age prediction using Caffe Pretrained Model.

The model will capture faces from webcam video and predict the age of the subject.

How to run?

The script is run on Python 3.5+
python script.py

Dependancies

  • OpenCV
  • Tensorflow GPU for Backend

Demo

Note : The model might give age-diff of 2-3 years

Attributions for the implementation

PyImageSearch