Hi @Gayathriii
Yes, this is absolutely possible on the MCXN947.
For your use case:
Upload my images → label them → train a model → run on MCXN947
This is a classic BYOD workflow.
Option 1: eIQ Model Creator
Once your eIQ Model Creator access is approved:
Create a new image classification project.
Upload your image dataset.
Label the images (or organize them by folders/classes).
Train a model using transfer learning.
Export a TensorFlow Lite model (.tflite).
Use the eIQ Neutron SDK to convert the model for MCXN947.
Integrate the converted model into your MCUXpresso project and run it on the board.
Option 2: Train Yourself (TensorFlow)
You do not actually need Model Creator.
You can:
Collect images.
Label them.
Train with TensorFlow/Keras.
Export
Resources:
1. MCXN947: How to Train and Deploy Customer ML Model to NPU
Images
↓
Training
↓
TensorFlow Lite model
↓
neutron-converter
↓
NPU-enabled .tflite
↓
MCUXpresso project
↓
MCXN947 NPU
``
MCXN947:如何训练和部署客户 ML 模型到 NPU
2. AN14241 - How to Integrate Customer ML Model to NPU on MCX N94x
3. How to Get Started with NPU and ML in MCX Microcontrollers
BR
Harry