mingyang91 commited on
Commit
5839407
·
verified ·
1 Parent(s): a94c72f
Files changed (1) hide show
  1. README.MD +6 -6
README.MD CHANGED
@@ -7,12 +7,12 @@ The app allows a trainer to conduct lessons in their native language, while trai
7
 
8
  ## Key features:
9
 
10
- Real-time voice transcription of the trainer's speech using Amazon Transcribe
11
- Translates speech into the trainee's language using Amazon Translate
12
- Displays translated text to trainees in real-time
13
- Allows trainer to see transcription and repeat unclear sections
14
- Facilitates training in multilingual organizations
15
- Polyhedron uses WebSockets to stream audio and text between clients. The frontend is built with React and Vite.
16
 
17
  The backend is developed in Rust using the Poem web framework with WebSockets support. It interfaces with AWS services for transcription, translation and text-to-speech.
18
 
 
7
 
8
  ## Key features:
9
 
10
+ - Real-time voice transcription of the trainer's speech using Amazon Transcribe
11
+ - Translates speech into the trainee's language using Amazon Translate
12
+ - Displays translated text to trainees in real-time
13
+ - Allows trainer to see transcription and repeat unclear sections
14
+ - Facilitates training in multilingual organizations
15
+ - Polyhedron uses WebSockets to stream audio and text between clients. The frontend is built with React and Vite.
16
 
17
  The backend is developed in Rust using the Poem web framework with WebSockets support. It interfaces with AWS services for transcription, translation and text-to-speech.
18