Skip to content

Commit 300e016

Browse files
authored
Merge pull request #1696 from madeline-underwood/whisper_placeholder_changes
Reviewed demo text_Andy to check
2 parents 6adead2 + 10aee01 commit 300e016

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Demo - Audio transcription on Arm
33
overview: |
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.
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.
55
66
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 transcribed to see the performance for yourself. Note that no recorded audio is saved on our servers at any point.
8+
Record audio from your browser to interact with the Whisper model and send it to be transcribed, so you csn see the performance for yourself. Note that no recorded audio is ever saved on our servers.
99
10-
After running the demo you can follow the Learning Path to build your own Generative AI service on Arm Neoverse.
10+
After running the demo, you can follow the Learning Path to build your own Generative AI service on Arm Neoverse.
1111
1212
1313
demo_steps:
14-
- Record your voice (give microphone permissions to your browser).
14+
- Record your voice (grant microphone permissions to your browser).
1515
- Review and send the audio file to the sever for transcription.
16-
- Recieve transcribed output and view stats.
16+
- Receive the transcribed output and view stats.
1717

1818

1919
title_chatbot_area: Whisper Voice Demo

0 commit comments

Comments
 (0)