Skip to content

Commit

Permalink
Merge pull request #1 from LinuzJ/LinuzJ-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LinuzJ authored Nov 12, 2023
2 parents acfe9a4 + bfc1197 commit 25368c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ DTW requires one-dimensional data, so we split up the data into multiple one-dim
### Architecture
![architecture.png](architecture.png)

The architecture of the product is split up into multiple parts. Two backend servers and one frontend. The decoupling of the backends was done to be able to use the latest Computer Vision models ([YOLOv8](https://github.com/ultralytics/ultralytics)), which are only easily available through Python clients while utilizing the speed of a Go-based REST API backend for all other requests.
The front end is implemented using React (Vite).


Expand Down

0 comments on commit 25368c7

Please sign in to comment.