This is a web application that allows users to upload images and extract the dominant colors from them using K-Means clustering algorithm. The extracted colors are then displayed to the user along with their RGB values.
- Upload images in .png, .jpg, or .jpeg formats.
- Extract the dominant colors from the uploaded images.
- Choose the number of dominant colors to extract.
- Copy RGB values to clipboard by clicking on them.
Run python extractor.py
Access the application in your web browser at http://localhost:5000.
Python, Flask, OpenCV, NumPy, HTML, CSS, JavaScript