File tree 2 files changed +6
-1
lines changed
kubeedge-emotion-recognition-demo
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ KubeEdge Emotion Recognition is demo of emotion recognition with raspberry Pi. R
6
6
7
7
<img src =" images/raspberry-video.jpg " >
8
8
9
+ ## Deployment Diagram
10
+
11
+ <img src =" images/emotion-recognition-arch.jpg " >
9
12
10
13
## Prerequisites
11
14
@@ -29,7 +32,7 @@ git clone https://github.com/kubeedge/examples.git /root/examples
29
32
kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-server.yaml
30
33
```
31
34
32
- 2 . Deploy Emotion Recognition Client To raspberry Pi.
35
+ 3 . Deploy Emotion Recognition Client To raspberry Pi.
33
36
34
37
``` console
35
38
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
59
62
hostPath:
60
63
path: /dev/video0 #match your camera device
61
64
```
65
+
66
+ ** Note: ** Only when a face is detected , the expression will appear on the display.
You can’t perform that action at this time.
0 commit comments