In this project we are going to solve two main tasks: a binary detection task and multiclass recognition task. In the binary detection task, we have gender and emotion detec-tion. In the multiclass recognition, we have face shape and eye colour recognition.
Use the package manager pip to install requirements.
virtualenv --python python3 "venv"
source "venv/bin/activate"
pip install --upgrade pip
pip install -r requirements.txt
$ git clone https://github.com/hassifow/AMLS_assignment20_21.git
$ cd AMLS_assignment20_21
$ git status