Color Name Prediction

Welcome to my Color Name Prediction Application


How this application works:
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:
  1. Click on the "Choose file" button and select an image from your device.
  2. The selected image will be displayed below.
  3. Click on any part of the image to capture the RGB value of that pixel.
  4. The KNN algorithm processes the RGB value and predicts the corresponding color name.
  5. The predicted color name is displayed to the user above the image.