Within this tutorial session, we will set up ESP-DL for deploying Deep Learning models on ESP32 Series Chips.
We will use ESP-IDF together with ESP-DL for compiling and deploying the model on the chip.
<aside> ❗
Be sure to have Visual Studio Code, Git, Python 3.10 and a C/C++ compiler (e.g., clang, gcc) installed!
</aside>
Before we can start, we have to install ESP-IDF as our development framework.
Now you are ready to go to start with your first deployment! Find example projects and deployment steps in the official documentation:
Getting Started - - — ESP-DL User Guide latest documentation