- Clone this repo to your web server with MySQL and PHP installed.
- Create a MySQL database called
video_coding
. - Set up your MySQL database using the provided
schema.sql
file.mysql -u [USERNAME] -p[PASSWORD] video_coding < schema.sql
- Update
getDB.php
with your MySQL username and password.
- Navigate to
setup/index.php
using the latest version of Chrome. - At the top left, load the YouTube video that you wish to code by entering its full URL.
- On the right, tell workers what action and part of the video you wish for them to code. Create a unique session name.
- Optionally, click "show advanced options" to choose clip length, percent of the video to be coded, and how many workers should code each clip.
- Optionally, click the "choose example" button and use the sliders to choose an example video that will show workers what you want coded. Be sure to click "save example" when finished.
- Click "get labels".
- Send Mechanical Turk workers to the first link at the center of the page. We reccommend using LegionTools to recruit workers.
- To view and download results, click the second link at the center of the page.