Host Model Conversion Tool
To convert models in various formats to the tflite format required by the device, you need a toolchain that includes the NeuroPilot Converter.
Go to the MediaTek NeuroPilot website and click Get Started

Find the Sign up entry below

Register an account, then return to this page and click document list to see the NeuroPilot 8 Public documentation

Go to the download page to get the SDK compressed package.
Python 3.7 is recommended:
Host PC
cd mtk_converter-8.13.0_packages/
conda create -n np8 python=3.10
conda activate np8
pip install mtk_converter-8.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Verify the installation:
Host PC
python3 -c 'import mtk_converter; print(mtk_converter.__version__)'