Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 565 Bytes

File metadata and controls

11 lines (6 loc) · 565 Bytes

Color recognition

Machine Learning model (Neural Network) capable of classifying the colors in any supplied image. Powered by a dataset (colors.csv) with information about colors.

How to run it

It is recommended to use a virtual environment to avoid problems when installing the packages. To create it just run py -m venv venv and install all the required packages and dependencies with pip install -r requirements.txt

Only images with .jpg extension are supported.

Note: The larger the image, the longer it will take to process the colors.