Skip to content

Commit

Permalink
add Deployment Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramal committed Jun 22, 2020
1 parent bb907c2 commit 6ade418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kubeedge-emotion-recognition-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ KubeEdge Emotion Recognition is demo of emotion recognition with raspberry Pi. R

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

## Deployment Diagram

<img src="images/emotion-recognition-arch.jpg">

## Prerequisites

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

2. Deploy Emotion Recognition Client To raspberry Pi.
3. Deploy Emotion Recognition Client To raspberry Pi.

```console
kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-client.yaml
Expand Down Expand Up @@ -59,3 +62,5 @@ kubectl apply -f /root/examples/kubeedge-emotion-recognition-demo/emotion-clien
hostPath:
path: /dev/video0 #match your camera device
```

**Note:** Only when a face is detected , the expression will appear on the display.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ade418

Please sign in to comment.