Hello @Robert Ritchey,
I don't what this doc refers exactly to, but you can find HAR models on our model zoo:
stm32ai-modelzoo/human_activity_recognition at main · STMicroelectronics/stm32ai-modelzoo · GitHub
Here you will find 2 types of models trained on different datasets. You will also find readme about both models to learn more about them.
The keras model are the file ending in .h5.
I would suggest you look at our model zoo and our model zoo services as you can do multiple useful things such as retraining a model on your dataset, quantizing models, deploying example application for multiple usecases etc:
GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32 devices
X Cube AI is only a GUI for CubeMX. It works thanks to the ST Edge AI Core (the tool that converts python model to C code).
Model zoo services works thanks to python scripts but once you get to the deployment part, it also uses the ST Edge AI Core in background and example CubeIDE application.
You can find the documentation about the ST Edge AI Core here:
https://stedgeai-dc.st.com/assets/embedded-docs/index.html
Hopefully this helps you understand our tool a little bit more.
It can be confusing at the beginning.
Have a good day,
Julian