The open-sourced, parameter-based colour palette generator 🌈
- A tool that uses
clustering
as a method to extract the representative colours of an image, and hence form a palette - An app that uses the
Unsplash API
to scrape an image based on the parameters given - A hosted application that is under active development ( Check Contributing for more details on how to contribute to it
- A randomised palette generator; it needs keywords to search for, or an image provided by the user
- A neural-network based system that generates palettes based on interpreted user preferences
- Python
- Scikit-Learn
- Unsplash API
- Flask
- Bulma CSS
- To install the required libraries, please open a
virtual environment
and runpip install -r requirements.txt
Please feel free to contribute to hue
! ✨
- If you feel like a feature can be added/modified, please raise an issue in the
Issues
tab - If you are sending a PR, do mention the feature that you're improving, or the bug you're fixing or the new idea that you're adding
- Any help is greatly appreciated :)
- Image summarisation
- Design Inspiration
The current release is v1.0