This is a basic application of predicting the age and gender of the person in a given photograph . The user has the option to run the application on static image or on live video feed. This application uses Deep Learning Technology to predict the age and gender. The data set used here is here
- clone this repository using the command
https://github.com/mysteriousCoder9991/age-gender-recognition.git
- Install the requirements using
pip install -r requirements.txt
- Run the application using command
python main.py