/cvsp-age-gender-classification-16

Github Repository for the Computer Vision Systems Programming lecture

Primary LanguageJupyter Notebook

Age and Gender Recognition using Deep Learning

Installation

Install all dependencies for python.

sudo -H pip3 install -r requirements.txt

Source Code

  • ami/ scripts to setup the Amazon Deep Learning AMI on AWS
  • analyse/ jupyter notebooks to analyse, debug and verify the training data and trained models
  • cnn-keras/ code to preprocess the data, train and test the models
  • data/ directory that contains the training data
  • images/ generated images used for the reports
  • reports/ the PDF reports and presentations