kjappelbaum / colorjeopardy

Dash app that allows to pick colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this color?

drawing

Often we find a color written down as a string such as 'pale yellow'---but what does this mean? This app is our attempt to find this out and to create a mapping between the color string and the actual color (as RGB). The tool records only the color string, the RGB coordinates, and the time it took to pick the color into a PostgreSQL database.

The results of this survey have been used for a machine learning approach that attempts to predict the color of MOFs.

The results (colors picked for a given color name and the time this took) are available on Zenodo.

Try it out

Try it on Heroku.

If you want to run the application on your machine, we recommend that you create a clean virtual environment (e.g., a conda environment) and install all the dependencies

pip install -r requirements

Then you should be able to start the app with

python run_app.py

About

Dash app that allows to pick colors.

License:MIT License


Languages

Language:Python 87.0%Language:CSS 13.0%