When your program includes security credentials such as API keys, it is often a good practice to define those keys as environmental variables and then call them in your program. So, go ahead and create an environment variable to store one of the API keys of the Face API.
In my case, I have named the environment variable face_api_key. You can put any image that contains faces in it. For this example, I will be using this image:
Create a new Jupyter ...