March 2019
Intermediate to advanced
532 pages
13h 2m
English
In order to install the face_recognition package (https://pypi.org/project/face_recognition/), execute the following command:
$ pip install face_recognition
To check that the installation has been performed correctly, just open a Python shell and try to import the face_recognition library:
pythonimport face_recognition