mingyang91 commited on
Commit
d33bba5
·
verified ·
1 Parent(s): 5839407
Files changed (1) hide show
  1. README.MD +2 -0
README.MD CHANGED
@@ -28,6 +28,7 @@ Open http://localhost:8080 in the browser
28
  ## Architecture
29
 
30
  ![Completed Architecture](./docs/HR%20Training-Completed.drawio.svg)
 
31
  Polyhedron uses a broadcast model to share transcription, translation, and speech synthesis work between clients.
32
 
33
  - A single transcription is generated for the speaker and shared with all language clients.
@@ -49,6 +50,7 @@ By sharing the intermediate outputs, the system avoids duplicating work across c
49
  The components communicate using WebSockets and channels to distribute the shared outputs.
50
 
51
  ![Simply Architecture](./docs/HR%20Training-Simple.drawio.svg)
 
52
  The system architecture with a single listener can be summarized as:
53
 
54
  - Speaker voice input ->
 
28
  ## Architecture
29
 
30
  ![Completed Architecture](./docs/HR%20Training-Completed.drawio.svg)
31
+
32
  Polyhedron uses a broadcast model to share transcription, translation, and speech synthesis work between clients.
33
 
34
  - A single transcription is generated for the speaker and shared with all language clients.
 
50
  The components communicate using WebSockets and channels to distribute the shared outputs.
51
 
52
  ![Simply Architecture](./docs/HR%20Training-Simple.drawio.svg)
53
+
54
  The system architecture with a single listener can be summarized as:
55
 
56
  - Speaker voice input ->