/Age-Gender-Recognition-using-CNNs

A CNN model predicting Age and Gender of a person from a face image.

Primary LanguageJupyter Notebook

Age-Gender-Recognition-using-CNNs

A CNN model predicting Age and Gender of a person from a face image.

The project imports already trained CNN models for age and gender. The models are saved as .h5 files and can be downloaded from here . These files need to be put in path specified in views.py file inside Django app drectory. After this has been done, the app can be run as localhost from the instructions given in Instructions.pdf file.