michtesar/color_recognizer
Small project to learn neuronal network with classifying some basic colors based on Decision Tree Classifier and webcam input
This tool helps anyone interested in training a simple color recognition system. You feed it live video from a webcam, point it at an object, and then label its color in real-time. The system learns from your labels and can then predict the colors of new objects you show it.
No commits in the last 6 months.
Use this if you want a straightforward, interactive way to teach a computer to identify basic colors from a live camera feed.
Not ideal if you need to recognize a wide spectrum of colors, subtle shades, or objects with complex color patterns beyond simple, flat hues.
Stars
59
Forks
17
Language
Python
License
MIT
Category
Last pushed
Oct 12, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/michtesar/color_recognizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow