This tutorial documents a GitHub project called GARI (Genetic Algorithm for Reproducing Images). The project is available here:
Before discussing the details of the project, let’s run through a quick overview of it.
The GARI project accepts an image as input. This image can have one or more channels (i.e. the image could be binary, gray, or color, such as RGB). RGB is the most popular color model that produces any color as a combination of the 3 color channels Red, Green, and Blue. Hence its abbreviation.
Continue reading Reproducing Images using a Genetic Algorithm with Python