You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/integrations/edge_impulse.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Integration overview
25
25
Before integrating the Edge Impulse machine learning model into an |EAI| application, you must prepare and deploy the machine learning model for your embedded device.
26
26
This model is prepared using the `Edge Impulse studio`_ external web tool.
27
27
It relies on sensor data that can be provided by different sources, for example data forwarder.
28
-
Check the :ref:`ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
28
+
Check the :ref:`include_ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
29
29
30
30
The machine learning model is distributed as a single :file:`zip` archive that includes C++ library sources.
31
31
This file is used by the |NCS| build system to build the Edge Impulse library.
@@ -53,7 +53,7 @@ This tutorial will guide you through the following steps:
53
53
54
54
.. note::
55
55
You can use one of the development boards supported directly by Edge Impulse or your mobile phone to collect the data.
56
-
You can also modify the :ref:`ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
56
+
You can also modify the :ref:`include_ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
57
57
58
58
#. Designing your machine learning model (an *impulse*).
59
59
#. Deploying the machine learning model to use it on an embedded device.
@@ -87,4 +87,4 @@ Applications and samples
87
87
88
88
The following samples demonstrate the Edge Impulse integration in the |EAI|:
89
89
90
-
* :ref:`ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
90
+
* :ref:`include_ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
* Comprehensive documentation, including :ref:`integration <integrations>` guide, :ref:`library API references<libraries>`, and :ref:`samples overview <samples_nrf_edge_ai>`.
32
32
* Kconfig options for enabling and configuring the library.
Copy file name to clipboardExpand all lines: doc/samples.rst
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
.. _samples_nrf_edge_ai:
2
+
.. _tests:
2
3
3
-
Samples
4
-
#######
4
+
Samples and tests
5
+
#################
5
6
6
7
.. contents::
7
8
:local:
@@ -12,9 +13,6 @@ You can build the samples for a variety of board targets and configure them for
12
13
13
14
In the |EAI| repository, all samples are placed in the :file:`samples` directory.
14
15
15
-
Overview
16
-
********
17
-
18
16
The samples demonstrate typical workflows using the nRF Edge AI components such as digital signal processing (DSP) primitives, neural network engines, and runtime for the models generated by `Nordic Edge AI Lab`_.
19
17
20
18
* Runtime - Demonstrates using the nRF Edge AI runtime to initialize a model and run inference with a `Nordic Edge AI Lab`_ generated model.
0 commit comments