/age-gender-recognition

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.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Age-Gender-Predictor

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

Steps to run

  1. clone this repository using the command https://github.com/mysteriousCoder9991/age-gender-recognition.git
  2. Install the requirements using pip install -r requirements.txt
  3. Run the application using command python main.py