Skip to content

Python script that implements a cost optimization function for crowdsourced work platforms such as Amazon MTurk

Notifications You must be signed in to change notification settings

lasamson/turk-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

# turk-project Python script that implements a cost optimization function for crowdsourced work platforms such as Amazon MTurk ## Installation * Install Python 3 from [here](https://www.python.org/downloads/) if you don't already have it installed * Install the Boto SDK for MTurk by typing `pip install boto` at the command prompt * Insert your AWS IAM user credentials into the appropriate variables in both scripts * Run find_hit_id.py first in order to list all of the HITs along with their IDs by typing `python find_hit_id.py` at the command prompt * Copy and paste one of the HIT IDs into the appropriate variable in main.py and run main.py by typing `python main.py` at the command prompt

About

Python script that implements a cost optimization function for crowdsourced work platforms such as Amazon MTurk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages