Description
In the Colorpicker project was made in a Labotory week(around 5 days) at the university of design(HfG). You can add any RGB color to the program and he adds two matching colors.
Unlike conventional color pickers, this is not programmed based on rules, but is based on a neural net.
The Colorpicker is based on the Javascript Library Brain JS.
The neural net was trained with several color harmonies, each consisting of three colors.
One color was chosen as input and two harmonizing colors as output.
These color combinations were determined with Adobe Color CC.
The color data set was divided into saturated colors, medium saturated colors and unsaturated colors.
What you need:
The library BrainJS
and at least Python 2.7 installed
over npm
npm install --save brain.js
with HTML
<script src="//unpkg.com/brain.js"></script>
Instruction
Download zip and open index.html