Skip to content

Commit ac4a717

Browse files
authored
Update _demo.md
1 parent 7d25e44 commit ac4a717

File tree

1 file changed

+5
-7
lines changed
  • content/learning-paths/servers-and-cloud-computing/whisper

1 file changed

+5
-7
lines changed

content/learning-paths/servers-and-cloud-computing/whisper/_demo.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ title: Demo - Audio transcription on Arm
33
overview: |
44
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.
55
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.
77
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.
99
1010
After running the demo you can follow the Learning Path to build your own Generative AI service on Arm Neoverse.
1111
1212
13-
14-
1513
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.
16+
- Recieve transcribed output and view stats.
1917

2018

2119
title_chatbot_area: Whisper Voice Demo

0 commit comments

Comments
 (0)