Releases: 3296f19temple/color_assistant
Releases · 3296f19temple/color_assistant
Machine Learning
Our previous implementation attempted to predict color values by measuring the amounts of RGB. Machine Learning however could provide a more accurate prediction since color is subjective.
Currently the model can predict Red, Green, and Blue. No other colors are supported yet.
Class Demo
Implemented
- Feature Color Identification
Color identification will allow a user to identify what color an object is. The color assistant application will do so by taking the average RGB values of the object providing a close approximation of what the color is.