tszydlo / fogml_sdk

Implementation of machine learning algorithms for resource-constrained devices. Part of the FogML project.
Apache License 2.0
6 stars 3 forks source link

Using FogML SDK for stm32 microcontrollers #4

Open sabaebrahimi opened 1 year ago

sabaebrahimi commented 1 year ago

Hi I want to implement a machine learning application with FogML on a stm32 microcontroller using HAL library. Is there any example for this case? Like the example for Arduino in this repository: https://github.com/tszydlo/FogML-Arduino

tszydlo commented 1 year ago

Hi,

There is no example for HAL library. Nevertheless, porting the code should be relatively easy. Let me know what the purpose of the final device is, and maybe I will be able to help.