This app uses the
K-Nearest Neighbors (KNN) algorithm to predict color names based on RGB values. It provides a straightforward way to find the name of a color within an image. Here's how to use it:
- Click on the "Choose file" button and select an image from your device.
- The selected image will be displayed below.
- Click on any part of the image to capture the RGB value of that pixel.
- The KNN algorithm processes the RGB value and predicts the corresponding color name.
- The predicted color name is displayed to the user above the image.