X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Color Robot

A simple Color Robot that can visualize colors when given color names.

We implement a stacked LSTM that generates RGB colors from color name text data.

HowTO

The code will download the ColorBot dataset automatically.

  • Step 1: train for 40 epoches.
python main.py
  • Step 2: Type in a color name, like red, blue, or purple, and hit Enter!

color

  • Step 3: Press Enter to exit.
X Tutup