Skip to main content
Best answer by Julian E.

Hi ​@dineshsharma2025,

 

Please take a look at STM32Cube AI Studio to easily generate a simple N6 application with your model in one click. (inference with a random input and output is printed via serial).

 

You have ST Model Zoo services to find model, retrain, quantize and deploy them on STM32N6.

The “normal” Model Zoo to find models

(2 different github repositories)

STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

 

And some complete example projects we have here:

STM32N6-AI | Software - STMicroelectronics

 

Have a good day,

Julian

2 replies

Julian E.
Julian E.Best answer
ST Technical Moderator
July 28, 2026

Hi ​@dineshsharma2025,

 

Please take a look at STM32Cube AI Studio to easily generate a simple N6 application with your model in one click. (inference with a random input and output is printed via serial).

 

You have ST Model Zoo services to find model, retrain, quantize and deploy them on STM32N6.

The “normal” Model Zoo to find models

(2 different github repositories)

STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

 

And some complete example projects we have here:

STM32N6-AI | Software - STMicroelectronics

 

Have a good day,

Julian

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Associate II
July 31, 2026

Thanks ​@Julian E. will go throgh