A simple color palette generator built with pyscript
Badges from Kapasia and Gh badges
Key Features • How To Use • Credits
- Machine learning unsupervised clustering
- Thanks to k-means algorithm we can cluster the colors and select the most representatives
- This could have been done with an histogram, but where is the fun on that?
- Pyscript proxy with javascript events
- Pyscript allows the communication between js and python by proxies and specific attributes.
To clone and run this application, you'll need Git and python installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Dalejan/colorsPalette.git
$ cd colorsPalette
# To correctly serve these files locally you must use http.server or similars
$ python -m http.server
Once the app is on you can go to http://localhost:8000 and play around.
Note The use of http.server is necessary for this project due to the modular file structure
This software uses the following open source packages:
- 3d-landing - A 3d objects carousel
Built with 💖 By David Alejandro Quiñonez
GitHub @Dalejan
More social network later :D