View Project
Paletteyes is a simple, lightweight tool for generating colour palettes from prompts, or extracting colour palettes from images.
The Palette from Prompt feature is a natively trained transformer model. It was trained on a relatively small dataset, so sometimes the outputs can be unexpected. However, the model does tend to return colour palettes that are well-composed and adhere to colour harmony principles.
The Palette from Image tool is a simple k-means clustering function, but it does the job really well. Fun fact... about a third of the palettes in the Paeltteyes training dataset were extracted with this tool.
Please note: Currently deployed on a serverless instance with a large machine learning container - cold starts are likely, first run will be slow, subsequent runs will be lightning fast in comparison.
Built with