Hello, please let me know what you think of this AI web application for improvement. It allows you to generate trained neural network models for use with microcontrollers like Raspberry Pi Pico, ESP32, etc. These models don't require an internet connection and are trained by loading a CSV file. It dynamically maps inputs and outputs and has two hidden layers whose architecture can be configured.
This web application generates a library with a neural network (deep learning) model ready for use on microcontrollers. It allows you to upload any problem with N inputs and N outputs via a CSV file (the model is automatically adjusted to the mapped inputs and outputs in the CSV file).
This library with the trained model does not require an internet connection; it runs locally on the microcontroller. Currently, it supports 3 different microcontrollers.