Skip to content

Commit dc8e374

Browse files
committed
add Deployment Diagram
1 parent bb907c2 commit dc8e374

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

kubeedge-emotion-recognition-demo/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ KubeEdge Emotion Recognition is demo of emotion recognition with raspberry Pi. R
66

77
<img src="images/raspberry-video.jpg">
88

9+
## Deployment Diagram
10+
11+
<img src="images/emotion-recognition-arch.jpg">
912

1013
## Prerequisites
1114

@@ -29,7 +32,7 @@ git clone https://github.com/kubeedge/examples.git /root/examples
2932
kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-server.yaml
3033
```
3134

32-
2. Deploy Emotion Recognition Client To raspberry Pi.
35+
3. Deploy Emotion Recognition Client To raspberry Pi.
3336

3437
```console
3538
kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-client.yaml
@@ -59,3 +62,5 @@ kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-clien
5962
hostPath:
6063
path: /dev/video0 #match your camera device
6164
```
65+
66+
** Note: ** Only when a face is detected , the expression will appear on the display.
Loading

0 commit comments

Comments
 (0)