Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer authored May 29, 2024
1 parent 1fb6a28 commit 87a720c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ sequenceDiagram
u -->> c: Gives data
c -->>+net: sends user data
par start analysis
net-)+py: sends data, trigger eval
py-)net: returns binned data
loop
net-)+py: send sequence
py->py: predict target
py-)net: return predicted target
end
and return request information
net -) c: returns `request-ID`
end
Expand All @@ -251,4 +254,4 @@ sequenceDiagram
c-->>net: get data
net-->>c: return data
c-->>u: download data
```
```

0 comments on commit 87a720c

Please sign in to comment.