Skip to content

Commit 85f8169

Browse files
committedSep 13, 2023
description update
1 parent d54f4dd commit 85f8169

10 files changed

+16
-13
lines changed
 

‎accelerometer-and-activity-projects/arduino-kway-fall-detection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: >-
33
Train a TinyML model to detect the motion of falling down, then connect via
4-
Bluetooth to make an emergency call
4+
Bluetooth to make an emergency call.
55
---
66

77
# Arduino x K-Way - TinyML Fall Detection

‎accelerometer-and-activity-projects/arduino-kway-gesture-recognition-weather.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: >-
33
Use a Nicla Sense ME attached to the sleeve of a K-way jacket for gesture
4-
recognition and bad weather prediction
4+
recognition and bad weather prediction.
55
---
66

77
# Arduino x K-Way - Gesture Recognition for Hiking

‎accelerometer-and-activity-projects/hospital-bed-occupancy-detection-arduino-nano-33.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
hospitals or care facilities.
55
---
66

7-
# Hospital Bed Occupancy Detetction with TinyML
7+
# Hospital Bed Occupancy Detection with TinyML
88

99
Created By: [Adam Milton-Barker](https://www.adammiltonbarker.com/)
1010

‎audio-projects/glass-break-detection-nordic-thingy53.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: >-
3-
Build a machine learning model and deploy it to a Nordic Semi Thingy:53 to
3+
Build a machine learning model and deploy it to a Nordic Thingy:53 to
44
detect the sound of breaking glass.
55
---
66

‎audio-projects/smart-appliance-voice-commands-nordic-thingy53.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: >-
3-
Using a Nordic Semi Thingy:53 with Keyword Spotting to turn an ordinary device
3+
Using a Nordic Thingy:53 with Keyword Spotting to turn an ordinary device
44
into a smart appliance.
55
---
66

‎audio-projects/wearable-cough-sensor-arduino-nano-33.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: >-
3-
An exploration into using Machine Learning to better monitor a patient
3+
An exploration into using machine learning to better monitor a patient
44
coughing, to improve medical outcomes.
55
---
66

‎image-projects/nvidia-omniverse-replicator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: >-
33
Learn how to generate photorealistic images in Nvidia Omniverse Replicator and
4-
build an object detection model using Edge Impulse
4+
build an object detection model using Edge Impulse.
55
---
66

77
# Creating Synthetic Data with Nvidia Omniverse Replicator

‎predictive-maintenance-and-fault-classification/brushless-dc-motor-anomaly-detection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Now we're ready to apply the signal processing to our data. In the "**Generate f
131131

132132
We're ready to move on to the next block where we create our machine learning model. We're almost done! Once we've generated the DSP features we can navigate to the next screen "Anomaly detection" from the menu on the left.
133133

134-
On this screen we can set the number ofclusters, as well as select the axes according to which our data will be clustered. For this example all axes were selected, but if you know that certain axes are more / less important it's best to select them accordingly _(this can be determined by using samples where the motor is experiencing faulty behavior and using the_ _**Calculate feature importance**_ \_option in the Generate features section. More on this [here](https://www.edgeimpulse.com/blog/advanced-anomaly-detection-with-feature-importance).)
134+
On this screen we can set the number of clusters, as well as select the axes according to which our data will be clustered. For this example all axes were selected, but if you know that certain axes are more / less important it's best to select them accordingly _(this can be determined by using samples where the motor is experiencing faulty behavior and using the_ _**Calculate feature importance**_ \_option in the Generate features section. More on this [here](https://www.edgeimpulse.com/blog/advanced-anomaly-detection-with-feature-importance).)
135135

136136
![](https://hackster.imgix.net/uploads/attachments/1444526/image\_iPSTpWYYod.png?auto=compress,format\&w=740\&h=555\&fit=max)
137137

‎software-integration-demos/mlops-azure-iot-edge.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: >-
3+
Use Docker containers distributed via Azure IoT Edge to build and deploy machine leaning models in an MLOps loop.
4+
---
5+
16
# MLOps with Edge Impulse and Azure IoT Edge
27

38
Created By: David Tischler

‎software-integration-demos/ros2-part1-pubsub-node.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: >-
3-
In this tutorial we’ll look at how to build an AI-driven ROS2 node using an
4-
Edge Impulse model. This tutorial is “sensor agnostic”, but a 3-axis
5-
accelerometer is used for demonstration.
3+
Build an AI-driven ROS2 node for robotics using an Edge Impulse model and a 3-axis accelerometer.
64
---
75

86
# ROS2 + Edge Impulse, Part 1: Pub/Sub Node in Python
@@ -11,9 +9,9 @@ Created By: Avi Brown
119

1210
Public Project Link: [https://studio.edgeimpulse.com/public/108508/latest](https://studio.edgeimpulse.com/public/108508/latest)
1311

14-
{% embed url="https://www.youtube.com/watch?v=0SabLvJqSaM" %}
12+
GitHub Repository: [https://github.com/avielbr/edge-impulse/tree/main/ros2/ei\_ros2](https://github.com/avielbr/edge-impulse/tree/main/ros2/ei\_ros2)
1513

16-
### Full code for this project can be [found here](https://github.com/avielbr/edge-impulse/tree/main/ros2/ei\_ros2)
14+
{% embed url="https://www.youtube.com/watch?v=0SabLvJqSaM" %}
1715

1816
### Background
1917

0 commit comments

Comments
 (0)
Please sign in to comment.