amlnn-model-playground/examples/whisper
2026-02-24 20:10:11 +08:00
..
cpp feat: Update NNSDK path and library linking in CMake configurations and Android build script, and add a new script to build all Android examples. 2026-02-24 19:41:14 +08:00
model Upload first version 2026-01-06 10:29:54 +08:00
py Upload first version 2026-01-06 10:29:54 +08:00
README.md feat: Introduce clean-android-all.sh and refine Android build documentation and scripts for AMLNN SDK dependency. 2026-02-24 20:10:11 +08:00

Whisper

4. Demo Run

CPP

1. Compile

Prerequisites:

  • Android NDK r25c
  • ANDROID_NDK_PATH environment variable set

Build:

# Build for arm64-v8a
cd examples/whisper/cpp
AMLNN_HOME=/path/to/amlnn-toolkit ./build-android.sh -a arm64-v8a

The executable will be generated in build/android/.