Creative Machine
Creative Machine Logo

Get

Creative

with
Machine Learning
in Processing.

Processing Logo

Experiment with Machine Learning in Processing.

A picture of a dog sitting next to a bicycle with bounding boxes that have labels of each object

Detect different objects in an image with its name and location

A photo of the Friends cast with bounding boxes on their faces and circles on facial landmarks

Real-time face detection on image or live video

A soccer player running with joints marked as circles

Pose detection with location of each body part

How it works in code

// Initialize an object detector model
ObjectDetector detector = new ObjectDetector(this, "coco_ssd");

// Load an input image
PImage img = loadImage("dog_bike_car.jpeg");

// Run object detection
MLObject[] output = detector.detect(img);

Get Started with Creative Machine 🤖

📖 How to Import Creative Machine in your Processing application

This project is supported by