Skip to content

projjal1/Age-Prediction-Caffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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