This repository shows the usage of the CMSIS-MLEK and tensorflow-lite-micro software packs.
It contains configured CMSIS Reference Applications that are stand-alone example projects. Each example is independently configured for directly running on the related hardware board. When using Keil Studio for VS Code open directly the folder of the related project as otherwise the .vscode
configuration files would conflict.
Configured Boards:
- Alif Semiconductor Ensemble E7 AI/ML AppKit utilizing Ethos-U55 and dual core configurations.
A GitHub Workflow exemplifies a verification process in a CI system. It compiles the application for Arm Virtual Hardware FVP and executes it. The output is stored as artifact.
In a similar way it could be also compiled for the hardware target.
TIP: You may fork this repository to explore this workflow.
Please feel free to raise an issue on GitHub to report misbehavior (i.e. bugs) or start discussions about enhancements. This is your best way to interact directly with the maintenance team and the community. We encourage you to append implementation suggestions as this helps to decrease the workload of the limited maintenance team.