Welcome to the workshop! If you have any query please do not hesitate to ask us. We might be busy but... we are here to help. Try to complete it without looking into the code but... if you get stuck or you cannot attend to the full workshop, feel free to poke the code and experiment things.
-
Create a cloud function (or several) in order to filter all the images from a Google Cloud Storage bucket so that we move them to another bucket if there is only one face in the picture.
-
Bonus: Move the image to a different bucket called angry-customers if the picture has 1 face and it shows anger.
We are going to use the following tools:
- Google Cloud SDK (information and installation)
- Google Vision API (SDK)
- Google Storage API (SDK)