Technical requirements
The following are the technical requirements that you need to complete before building the example implementation at the end of this chapter:
- Set up an AWS account and create an administrator user, as described in the Amazon Transcribe Medical getting started guide here: https://docs.aws.amazon.com/transcribe/latest/dg/setting-up-med.html.
- Set up the AWS Command Line Interface (CLI) as described in the Amazon Comprehend Medical getting started guide here: https://docs.aws.amazon.com/comprehend-medical/latest/dev/gettingstarted-awscli.html.
- Install Python 3.7 or later. You can do that by navigating to the Python Downloads page here: https://www.python.org/downloads/.
- Install the Boto3 framework by navigating to the following link: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html.
- Install Git by following the instructions at the following link: https://github.com/git-guides/install-git.
Once you have completed...