You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/whisper/_demo.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,17 @@ title: Demo - Audio transcription on Arm
3
3
overview: |
4
4
This Learning Path shows you how to use a c8g.8xlarge AWS Graviton4 instance powered by an Arm Neoverse CPU to build a simple Transcription-as-a-Service server.
5
5
6
-
This architecture is suitable for businesses looking to deploy the latest Generative AI technologies with audio transcription capabilities using their existing CPU compute capacity and deployment pipelines. This demo provides speech recognition using the whisper-large-v3-turbo model, deployed simply through the Hugging Face Transformeres framework.
6
+
This architecture is suitable for businesses looking to deploy the latest Generative AI technologies with audio transcription capabilities using their existing CPU compute capacity and deployment pipelines. This demo provides speech recognition using the `whisper-large-v3-turbo model`, deployed using the Hugging Face Transformers framework.
7
7
8
-
Record audio from your browser to interact with the Whisper model and send it to be transcripted to see the performance for yourself. Note that no recorded audio is saved in our servers at any point.
8
+
Record audio from your browser to interact with the Whisper model and send it to be transcribed to see the performance for yourself. Note that no recorded audio is saved on our servers at any point.
9
9
10
10
After running the demo you can follow the Learning Path to build your own Generative AI service on Arm Neoverse.
11
11
12
12
13
-
14
-
15
13
demo_steps:
16
-
- Record your voice (giving mic permissions to your browser).
17
-
- Review and send to the sever for transcription.
18
-
- Recieve transcription and view stats.
14
+
- Record your voice (give microphone permissions to your browser).
15
+
- Review and send the audio file to the sever for transcription.
0 commit comments