Skip to content

ChRIisS97/machine-learning-colorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorPicker

based on the Javascript



machine-learning


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.

Components

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 

UI Design


alt text alt text

Releases

No releases published

Packages

No packages published

Languages