espressifespressifOfficialยท4 Agent Skills Included

esp-dl

Deploy and optimize neural networks on ESP32 chips with AI agents

Runs neural network inference on Espressif microcontrollers and helps AI agents build, quantize, and accelerate models for ESP32 chips. Eliminates manual quantization tuning, slow operator development, and hand-written SIMD assembly through automated agent skills. Guides agents to implement operators, recover quantized model accuracy, and rewrite C code into fast PIE SIMD instructions.
npx skills add espressif/esp-dl --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ESP-DL skills?โ–ผ

Run `npx skills add espressif/esp-dl --all -g -y` in your terminal to install all agent skills in this suite globally.

What does ESP-DL do?โ–ผ

ESP-DL is a lightweight neural network inference framework for ESP32 chips, with APIs to load, quantize, and run AI models on-device.

How to improve quantized model accuracy on ESP32?โ–ผ

The espdl-quantize skill automatically searches esp-ppq quantization settings in iterations to recover accuracy lost during quantization.

Can AI agents write SIMD assembly for ESP32?โ–ผ

Yes. The esp32s3-pie-simd and esp32p4-pie-simd skills teach agents to convert scalar C loops into optimized PIE SIMD instructions.

Do I need embedded experience to use these skills?โ–ผ

No. Your AI agent follows the skill instructions to handle operator implementation, testing, and optimization from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’