Giter VIP home page Giter VIP logo

humantask_server's Introduction

MuTaskHub

MuTaskHub is a webserver that simplifies microtasks integration into your application.

Microtasks are HTML/CSS/JS documents containing a form that a human has to fill to complete the task.

Here is the basic sequence diagram for MuTaskHub :

    Your Application             MuTaskHub                  Someone
     (Task Provider)                                    (Task Performer)
    ================             =========                  =======
           |                         |                         |
  1. API call to MuTask -------> Store Task                    |
           |                         |                         |
           |                2.Send Notifications ------------> |
           |                         |                         |
           |                         |  <--------------> 3. Fetch Task
           |                         |                         |
           |                  Store results <----------- 4. Perform Task
           |                         |                         |
           |  <-------------- 5. Send results                  |
           |                         |                         |

Advantages

  • Using MuTaskHub frees your application from handling the logic of human tasks. You can just consider them as delayed/asynchronous jobs

  • You can easily switch performers, between the local task mode and Amazon Mechanical Turk for example. Is is extremely useful when developping Mechanical Turk workflows.

  • The plugin architecture let's you add "performers" easily (new market places, etc...)

Existing Plugins

The following plugins are included in the distribution :

Providers :

  • aws-swf-provider: Amazon SimpleWorkflow activity worker

Performers :

  • mturk-performer: Runs the microtasks on the Amazon Mechanical Turk platform
  • textmaster-performer: Translation or content creation on TextMaster

Usage Example

POST /task

{
  "data": [{"label": "this"},{"label": "list"}, {"label": "is"}, {"label": "templated"}],
  "template": "HTML for this task. Use mustache templating with the data above.",

  "provider": {
    "type": "myApp"
  },

  "performer": {
    "type": "local"
  }

  "webhook-reporter": "http://requestb.in/scdzhysc"
}

Requirements

  • Node.JS
  • Redis

Running

  • clone the git repo (or download)
  • run install.sh (simply runs npm install on every core plugin)
  • start redis server
  • copy config.example.js to config.js
  • edit config.js with your settings
  • node start.js

humantask_server's People

Contributors

ericabouaf avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

imclab sethdford

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.