The first step is to create an Amazon S3 bucket and store the voice file into it. The workshop is using a sample voice file sample.mp3. Download the file from the sample.mp3 link.
-
Login to the AWS Console and choose a region where Amazon Transcribe is available. The workshop is using the Ireland region.
-
Goto S3 Management Console and use + Create bucket button to create a bucket with name dojo-transcribe-ws. If this bucket is not available; then create bucket with the name which is available.
-
Open the bucket and use Upload button to upload the sample.mp3 file into the bucket.
-
Make note of the Object URL for sample.mp3 file as you need it later in the workshop.
-
The voice file is ready. Let’s configure the development environment.