Welcome to AIfES-Converters documentation!#

This is a convert tool to create AIfES (Artificial Intelligence for Embedded Systems) models for direct use in the Arduino IDE or other IDEs. It can read Feed Forward Neural Network (FFNN) models from Keras and PyTorch and converts them to AIfES models, which are exported in header files. Those header files can then be added to your Project in any IDE and can be used there.

Check out the Quickstart section for a summary. A detailed description is available in the Usage section. Advanced function of this convert, like including the CMSIS for ARM-based controller or to quantize your model to Q7 are explained in the Advanced Usage section. All possible converter functions are documented in the Available Functions section.