A simple RGB color classifier implementation for Arduino AVR boards and other compatible microcontrollers. This repository makes use of the Neurona library for Arduino, which enables the use of a Multilayer Perceptron (MLP) / Feed-forward Neural Network, a Machine Learning algorithm that can be run on Arduino boards. This library comes with the MLP topology workbench, which is used to train the model, and the Neurona library, which is used to convert the model into simple C++ code. Thanks to Caio Benatti Moretti's brilliant work.
Install the following Arduino libraries
- Neurona library
- Adafruit TCS43725 RGB color sensor library
- Adafruit SSD1306 OLED display library
- Adafruit GFX library