Skip to content

Commit 68462bf

Browse files
committed
Structure update 3
1 parent 1e1f88d commit 68462bf

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/22.ml-anomaly-detection-app-note

1 file changed

+1
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/22.ml-anomaly-detection-app-note/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ To do this, run the command `edge-impulse-data-forwarder` in the terminal. Once
417417

418418
### Opta™ Deployment Code
419419

420-
To deploy a trained Edge Impulse model, go to the `Deployment` tab in the Edge Impulse project, select `Arduino Library`, and click `Build` to generate the complete library. Download the generated library `Your_project_name.zip` file and import it into Arduino IDE by selecting `Sketch` > `Include Library` > Add `Your_project_name.ZIP` Library. This allows the model to run locally on the device without an internet connection, reducing latency, enhancing real-time performance, and minimizing power consumption. For more details, visit the [Edge Impulse documentation](https://docs.edgeimpulse.com/docs/run-inference/arduino-library#download-the-arduino-library).
420+
To deploy a trained Edge Impulse model, go to the `Deployment` tab in the Edge Impulse project, select `Arduino Library`, and click `Build` to generate the complete library. Download the generated library `Your_project_name.zip` file and import it into Arduino IDE by navigating to **Sketch > Include Library > Add Your_project_name.ZIP**. This allows the model to run locally on the device without an internet connection, reducing latency, enhancing real-time performance, and minimizing power consumption. For more details, visit the [Edge Impulse documentation](https://docs.edgeimpulse.com/docs/run-inference/arduino-library#download-the-arduino-library).
421421

422422
![Opta™ Deployment](assets/edge-impulse-deploy.png)
423423

0 commit comments

Comments
 (0)