Coder Social home page Coder Social logo

mturk_tutorial's Introduction

MTurk Implementation

This is a code package for implementing MTurk with external website.

1. Install Dependencies

Firstly, we need to install boto3 (i.e., Python SDK for AWS) and other dependencies for processing data by:

$ pip install -r requirement.txt

or

$ pip install pandas
$ pip install boto3

2. Config the MTurk Task

Main configuration can be set in 'config.json' file. Here is some notes on configuration setting:

  • To set 'aws_access_key_id' and 'aws_secret_access_key', an AWS account with credentials can be signed up here.
  • Worker qualification requirement details can be found at here.
  • We support to save file as '.json' or '.csv' type.

3. Core MTurk Functions

Core MTurk functions are within MTurkManager class in 'mturk_cores.py' file. This will be used in the HIT processing later.

4. Worker Interface Files.

For generating worker interfaces of HITS, please run:

python frontend_cores.py

The generated htmls (or xmls) pages are saved in 'fontend' folder.

5. Create MTurk HITs.

To create HITs, please run:

python main_create_hit.py

6. Handle HITs Results.

To handle HITs results, we can retrieve, approve and save results into 'json' or 'csv' files by running:

python main_retrieve_hit.py

Note that we might need to change detailed settings of Worker Interface, Create HITs, Retrieve and Save HITs in the corresponding files (e.g., main_retrieve_hit.py), please look into the file for instruction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.