Skip to main content

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

MediaTek NeuroPilot Website

Find the Sign up entry below

MediaTek NeuroPilot Website

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

NeuroPilot8 Public Toolchain

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__)'

    You need to be logged into GitHub to post a comment. If you are already logged in, please ignore this message.

    Radxa-docs © 2026 by Radxa Computer (Shenzhen) Co.,Ltd. is licensed under CC BY 4.0