Skip to content

Commit 7084688

Browse files
committed
Application note content minor update
1 parent f11175f commit 7084688

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/16.edge-ai-docker-container

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/16.edge-ai-docker-container/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ software:
2323

2424
Flow sensors play an important role in industrial systems by monitoring fluid movement within pipelines to provide stability and detect anomalies such as leaks, blockages or irregular pressure variations. Traditional flow monitoring methods rely on threshold-based detection, which may fail to capture subtle deviations that indicate potential failures. Real-time pattern classification can improve flow monitoring by integrating machine learning with Edge Impulse, allowing early anomaly detection and predictive maintenance.
2525

26-
![](assets/flow-sense-banner-ref.gif)
26+
![Flow anomaly detection with ML and Arduino Cloud](assets/flow-sense-banner-ref.gif)
2727

2828
This application note shows how to implement a flow anomaly detection system using the Portenta X8, a flow sensor and an Edge Impulse trained machine learning model deployed within a Docker container. The system will capture flow rate data, process it using the trained model and classify flow conditions.
2929

@@ -464,7 +464,7 @@ Edge Impulse provides multiple options, including Jetson based deployments and g
464464

465465
For deployment on the Portenta X8, we use the provided container image, arguments and ports to build a custom container that integrates with the system’s existing services.
466466

467-
![Docker container deployemnt parameters](assets/edge-impulse-deployment-docker1.png)
467+
![Docker container deployemnt parameters](assets/edge-impulse-deployment-docker2.png)
468468

469469
The inference workflow consists of the following steps:
470470

0 commit comments

Comments
 (0)