This is a simple project for generating color palette using python , kmeans clustering . The color palette ( 10 colors ) is generated by extracting prominent colors from the image that use feeds to the program and then 10 colors are generated accordingly.
- OpenCV for image processing.
- sklearn for generating palette using ML model.