April 2018
Beginner to intermediate
566 pages
12h 17m
English
In this section, we will set up the coding environment for the face recognition application. We will look at how to install dependencies. We will be installing the following two libraries:
Let's begin the installation process.
In order to install the dlib library, we need to perform the following steps. We can install this library either on a Linux operating system (OS), or on macOS. Let's follow the stepwise instructions:
sudo git clone https://github.com/davisking/dlib.git.dlib directory by executing this command: cd dlib.dlib library, so we need to execute the following commands ...