2025-08-25 12:12 AM
2025-08-25 1:19 AM
Hello @Kumar123,
You have the ST Model Zoo: GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices
That contains model that you can use with the ST Model Zoo Services or with the Standalone getting started
ST Model Zoo Services: GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32 devices
Standalone getting started: STM32N6-AI | Software - STMicroelectronics
With the ST Model Zoo Services, you can find documentation to retrain a model, quantize a model, evaluate a model, deploy a model etc. You need to edit the user_config.yaml and run the stm32_main.py script.
With the Standalone getting started, you can replace the default model with models from the model zoo. See the doc in /Doc (you will mainly need to convert the model to c and edit the postprocessing).
Have a good day,
Julian
2025-08-25 4:59 AM
Dear Julian
Thank you for your response. I’ve installed the packages, but I’m not familiar with the Model Zoo. I’ve chosen the image_classification example—how do I implement it? Please guide me step by step
GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices
GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32
STM32N6-AI | Software - STMicroelectronics