Melange

Prerequisites

What you need before getting started with ZETIC Melange.

Before you start building with ZETIC Melange, make sure you have the following tools and requirements ready.

Development Environment

RequirementDetails
IDEAndroid Studio Arctic Fox or later
Physical deviceRequired: emulators do not have NPU hardware
Minimum SDKAPI 24 (Android 7.0)
Build systemGradle with Groovy or Kotlin DSL
LanguageKotlin (recommended) or Java
RequirementDetails
IDEXcode 14 or later
Physical deviceRequired: simulators do not have Neural Engine
Minimum OSiOS 15.0+
Package managerSwift Package Manager (built into Xcode)
LanguageSwift

Melange Account

  1. Sign up at melange.zetic.ai using your Google or GitHub account. It is free and requires no credit card.
  2. Generate a Personal Key from the Dashboard under Settings then Personal Key.

For the quick start demo, you can skip account setup and use the pre-configured demo model key Steve/YOLOv11_comparison.

Model Preparation (Optional)

If you plan to deploy your own model, you will also need:

  • A trained model in a supported format: .pt2 (recommended), .onnx, or .pt (deprecated)
  • Sample inputs saved as NumPy .npy files
  • Python 3.8+ with pip (for the ZETIC CLI)

Network Access

The Melange SDK requires internet access for:

  • Initial model download: The optimized model binary is downloaded on first use and cached locally.
  • Dashboard access: For model management and key generation.

After the initial download, inference runs entirely offline on-device.


Next Steps