/kilogram-annotation-task

Task website for collecting tangram annotations from MTurk.

Primary LanguageJavaScript

KiloGram Annotation Task

Task website for collecting annotation for tangrams from MTurk. Adapted from IonicaBizau/tangram.

Demo

Try out the task demo at https://tangram-online.web.app/!

Running Locally

  1. Make sure you have authorization to the Firebase project.
  2. Intall all dependencies with npm install.
  3. Log into Firebase CLI with firebase login --reauth. Run on local server with firebase serve --only hosting --port=5002. For more details, see Firebase doc.