These set of notebooks help setup listening test experiments on Amazon's Mechanical Turk.
- As a first step, we will need credentials to access AMT API. Please follow instructions here to retrieve them - https://docs.aws.amazon.com/AWSMechTurk/latest/AWSMechanicalTurkGettingStartedGuide/SetUp.html
- Next, create a
secrets.jsonunder thisnotebooksdirectory using the credentials from the previous step -
{
"aws_access_key_id":"<your key>",
"aws_secret_access_key":"<your secret>"
}
- Use the
aws-createhit.ipynbto create new qualifiers (screening tests) and HITs;aws-listassignments.ipynbto retrieve all participant responses andaws-approveassignments.ipynbto approve (or reject) them.