Skip to content

jacobrussell-eng/flask-image-palette-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask image palette reader (WIP)

A Flask app that scans an uploaded image and returns a palette of the most prevalent colours. screenshot

Local Installation:

Using the following Bash commands, you can install the app and it run it at http://localhost:8000 (requirements.txt is yet to be made as this project is incomplete)

# 1. clone the repo:
$ git clone https://github.com/jacobrussell-eng/flask-image-palette-reader.git
$ cd flask-image-palette-reader

# 2. install Python packages:
$ pip install -r requirements.txt

# 3. run:
$ python app.py

Resources:

  • Numpy
  • Pillow (PIL)
  • Relative Luminance Formula - Wikipedia\

screenshot

- Background Colour - [Random Hex Generator](https://jacobrussell-eng.github.io/Random-Hex-Generator/)

About

A Flask app that scans an uploaded image and returns a palette of the most prevalent colours

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published