项目作者: Adityasangle

项目描述 :
A colour classifier using CNN
高级语言: Python
项目地址: git://github.com/Adityasangle/RGB-colour-classifier.git
创建时间: 2020-05-06T13:14:30Z
项目社区:https://github.com/Adityasangle/RGB-colour-classifier

开源协议:

下载


RGB-colour-classifier

A colour classifier using CNN

The model takes an image of any colour as input and outputs one of the R-G-B colours to which the image matches and also the R-G-B distribution of image

The ‘DATA’ folder contains train?test images of different shades.
The CNN model is saved as cc_model.h5 in MODEL folder.

Run the project.py file.

OUTPUT
The model asks the input image’s path as :- Enter path of image(without quotations) :

for example - Enter path of image(without quotations) : C:\Users\hp\Desktop\image.jpg