Skip to content

Commit f6236dd

Browse files
committed
typos fix
1 parent add354a commit f6236dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/software/app-lab/tutorials/04.examples/all-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The **Image Classification** example lets you perform image classification using
118118

119119
#### How it Works
120120

121-
- **Image Classification:** The `image_classification` Brick to classify objects within an image file.
121+
- **Image Classification:** The `image_classification` Brick classifies objects within an image file.
122122
- **Web Interface:** Supports image file upload and displays classification results with confidence scores.
123123

124124
#### Bricks Used
@@ -249,7 +249,7 @@ The **Code Detector** scans barcodes and QR codes using a USB camera, displaying
249249

250250
The **Detect Objects on Camera** example lets you detect objects on a live feed from a USB camera and visualize bounding boxes around the detections in real-time.
251251

252-
[**Example Source Code**](hhttps://github.com/arduino/app-bricks-examples/tree/main/examples/video-generic-object-detection)
252+
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/video-generic-object-detection)
253253

254254
#### Additional Hardware
255255

@@ -271,7 +271,7 @@ The **Detect Objects on Camera** example lets you detect objects on a live feed
271271

272272
![Face Detector on Camera](assets/face-detector-on-camera-hero.png)
273273

274-
The **Face Detector on Camera** example lets you detect objects on a live feed from a USB camera and visualize bounding boxes around the detections in real-time.
274+
The **Face Detector on Camera** example lets you detect faces on a live feed from a USB camera and visualize bounding boxes around the detections in real-time.
275275

276276
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/video-face-detection)
277277

@@ -311,7 +311,7 @@ The **Hey Arduino!** example triggers an LED matrix animation whenever the keywo
311311

312312
#### Bricks Used
313313

314-
- **keyword_spotting:** this Brick is designed to detect sound patterns, triggering event in case of a match.
314+
- **keyword_spotting:** this Brick is designed to detect sound patterns, triggering an event in case of a match.
315315

316316
### Home Climate Monitoring
317317

@@ -356,7 +356,7 @@ The **Real Time Accelerometer Data** example records accelerometer data from the
356356

357357
#### Bricks Used
358358

359-
- **motion_detection:** For processing accelerometer data and detect movement patterns using machine learning.
359+
- **motion_detection:** For processing accelerometer data and detecting movement patterns using machine learning.
360360
- **web_ui:** Brick to create a web interface to display the accelerometer data and the detected movements.
361361

362362
### Person Classifier on Camera
@@ -377,7 +377,7 @@ The **Person Classifier** example lets you detect people on a live feed from a c
377377
#### How it Works
378378

379379
- **Video Stream:** Processes frames from a USB camera using the `video_imageclassification` Brick.
380-
- **Web Interface:** Displays the classification results and model controls, triggers a gretting on person detections.
380+
- **Web Interface:** Displays the classification results and model controls, triggers a greeting on person detections.
381381

382382
#### Bricks Used
383383

0 commit comments

Comments
 (0)