edge-ml

Guide edge ML deployment with quantization, pruning, and runtime selection.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill edge-ml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-ml
Source: https://github.com/infantesromeroadrian/arca-claude-code/tree/main/skills/edge-ml
Command: npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill edge-ml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edge ML deployment requires systematic optimization and suitable runtimes for on-device inference across mobile, IoT, and embedded systems.

Core Features & Use Cases

  • End-to-end edge deployment guidance covering model optimization (quantization, pruning, distillation), and runtimes (TF Lite, ONNX Runtime Mobile, Core ML).
  • Platform-aware conversions and profiling for mobile and embedded devices.
  • Use Case: Prepare a model for on-device inference with a 4x size reduction and latency improvements.

Quick Start

Guide me through converting a PyTorch model to a mobile-optimized edge-ML pipeline.

Frequently Asked Questions about edge-ml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PyTorch model to a mobile-optimized edge ML pipeline?

To convert a PyTorch model to edge ML, apply model optimization techniques like quantization and pruning, then convert and profile it for mobile runtimes like TensorFlow Lite, Core ML, or ONNX Runtime Mobile to execute on-device inference.

What is the best way to reduce model size and latency for on-device inference?

The best way to reduce model size and latency for on-device inference is applying quantization, pruning, and distillation during model optimization, achieving substantial size reduction and latency improvements before deployment.

Does this edge ML workflow support deployment on IoT systems and embedded platforms?

Yes, this edge ML workflow supports deployment on IoT systems and embedded platforms by providing platform-aware conversions and profiling steps tailored for on-device inference across mobile and embedded devices.

How does knowledge distillation work for optimizing edge ML models?

Knowledge distillation for edge ML optimizes models by transferring knowledge from a larger model to a smaller one, reducing model size and improving inference latency while maintaining accuracy for on-device deployment.

When should I use TensorFlow Lite vs ONNX Runtime Mobile for edge deployment?

Choosing between TensorFlow Lite and ONNX Runtime Mobile for edge deployment depends on your target platform and model format, requiring platform-aware runtime selection and profiling to ensure optimal on-device inference performance.