tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Deploy Examples/Demos on actual Hardware #40

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

The current focus of mlonmcu target software is to benchmark inference performance and validate model outputs for predefined input data.

As support for real hardware targets (e.g. esp32, esp32) was recently introduced it would be great to also use the on-board peripherals (i.e. microphone/MEMS sensors) in the deployed target software (if feasible).

The following points have to be consider:

PhilippvK commented 1 year ago

This got partly implemented by the esp-idf platform templates. Closing for now