dbetm / sunset-color-palette-gen

Simple web app to generate color palettes using sunsets photos

Home Page:https://dbetm.github.io/sunset-color-palette-gen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sunset color palette generator

example v1

Example v1 app.

The project has two parts

  1. Experimentation, experiments/, using Python.
    • Script to search Tweets with sunset picts.
    • Script to download sunsets pictures.
    • Unsupervised K-Means algorithm to sample representative color for each image of the dataset.
    • Unsupervised K-Means algorithm to generate final dataset with the most common colors.
  2. Simple web as the final implementation.
    • Interactive sunset palette generator. It has two modes:
      • Default mode: Generate palettes using representative colors of all the dataset.
      • Creative modeo: Generate palettes using representative colors extracted from a single image.
    • Display information about sunsets.
    • Deployed using GitHub pages.

Contribute

Feel free to open an issue and maybe a Pull Request to suggest improvements :)

About

Simple web app to generate color palettes using sunsets photos

https://dbetm.github.io/sunset-color-palette-gen/

License:MIT License


Languages

Language:Python 42.0%Language:Jupyter Notebook 32.7%Language:JavaScript 12.0%Language:HTML 9.8%Language:CSS 3.3%Language:Makefile 0.1%