/ImageColorPalette

Extracts colors i.e. hex values from an uploaded image using jinja, flask and numpy

Primary LanguagePythonMIT LicenseMIT

ImageColorPalette

A simple web application using Jinja, Numpy and flask to extract the top 10 hex colors from any uploaded image. Useful for web design!

Simply fire up server.py goto 127.0.0.1:5000 upload a file and extract the colours!

  1. Validates if the file has a correct extension
  2. Max size of 2MB
  3. Prints the hex values of the colours

Screenshot