Skip to content

A simple web application that generates a color palette from an uploaded image by python.

License

Notifications You must be signed in to change notification settings

yujiaohe/img-color-palette-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Color Palette Generator

This is a simple web application that generates a color palette from an uploaded image. The generated color palette consists of a specified number of colors extracted from the image.

Usage

  1. Clone the repository

  2. Install the required dependencies:

pip install -r requirements.txt
  1. Run the application:
python main.py
  1. Open your web browser and go to http://localhost:5000.

  2. Upload an image file and specify the number of colors to extract.

  3. Click the "Submit" button to generate the color palette.

  4. The generated color palette will be displayed with image showing below.

Feel free to explore and modify the code to suit your needs.

About

A simple web application that generates a color palette from an uploaded image by python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published