May 2020
Intermediate to advanced
262 pages
6h 48m
English
For the edge component of the Smart Doorbell application, we require two classes and a container script. The following is a diagram of the edge code:

As we can see, Camera is the container script that contains the Face and Message classes.
For our edge code, we will need to create a project folder with a subfolder called faces. The faces subfolder will store photos of people to train our program with (images available with code are in the GitHub repository).
To do this, follow these steps: