Tutorial 3: Intelligent Algorithmic Art
This tutorial is to marry two disciplines, Algorithmic Art and Artificial Intelligence. We will be using AI to create interactive art. this is not generative art but is allowing art to interact with the outside world through the use of AI.
Introduction to the AI bit
These are some background reading taken from the AI tutorial. It is not essential to read these but if you have come straight from the Coding Basics tutorial then you might want to scan these. it will help give you some background information which may help you. For most of this tutorial we will dive into pre-trained models, which makes life much easier. I will provide a basic template (click on the button and then duplicate your own template) which you can use.
❗️As this is a work in progress some of the links may be empty at this stage…
Module A faceMesh
Module A will use faceMesh, where you can use the data points on your face to create effects and even add a mask.
Module B handPose
Module B will use handPose, where you can use the data points of your hands to create effects.
Module C bodyPose
Module C will use bodyPose, where you can use the data points at key points of your body to create effects.