Setting up a Yelp review text analytics workflow
In this section, we will walk you through how you can build this out for a Yelp reviews dataset or any social media analytics dataset by following the steps using a Jupyter notebook and Python APIs:
- Setting up to solve the use case
- Walking through the solution using a Jupyter notebook
The setup steps will involve the steps to configure Identity and Access Management (IAM) roles and the walkthrough notebook will walk you through the architecture. So, let's get started.
Setting up to solve the use case
If you have not done so in the previous chapters, you will first have to create an Amazon SageMaker Jupyter notebook and set up IAM permissions for that notebook role to access the AWS services we will use in this notebook. After that, you will need to clone the GitHub repository (https://github.com/PacktPublishing/Natural-Language-Processing-with-AWS-AI-Services), go to the Chapter 07
folder, and open the chapter07...