/Colour-Classification

A program that can classify the colour of given input image.

Primary LanguagePython

Colour-Classification

This program can classify the colour of given input image. The program contains eight classes of colours which are red, black, orange, yellow, green, blue, white, and violet. It uses K Nearest Neighbour Classification.

You can check the report for the details.

Example

orange6

Program behaviour

The program can recognize the input image's colour as orange.