Code Monkey home page Code Monkey logo

effect-force-templates's Introduction

Effect Force Templates

Repository for task templates to use on the Effect Force micro tasking platform.

Templates Content

  1. Image Classifier
  2. Tweet Sentiment Analysis
  3. Image Viewer

Default Templates

In this repo, you will find some example templates that can be used in order to guide you on building campaigns on Effect Force. It is important that the design of the tasks are clear and easy to use, as it enables Workers to efficiently complete the work and provide better quality. These templates are a good starting point and serve as an example for you to be able to design tasks that Workers will enjoy working on.

Templates are made up of generic HTML tags. Within which you can add your own content. So the templates can range from any kind of content, from simple images to complex video or audio content with transcriptions capabilities. Ideas can range from map annotations, pixel annotations, bounding box annotations, sentiment analysis, image classification surveys, and more!

Parameter Substitution

The Generic Templates also allow Requesters to use placeholders in their templates. These placeholders are replaced with values from a list of tasks where each row contains all the values for the parameters of a task. The column names of the list with tasks must match the parameter names used in the template. Requesters can use this parameter substitution capability to create a large number of tasks that all share a common layout and design (template).

For example, you want to create a task that asks Workers to provide keywords for images. You create the template for that task for a single image once, and you use a placeholder ${image_url} for the source of the image:

<p>Provide keywords for the following image:</p>
<img src="${image_url}" />

<input type="text" name="keywords" />

This template can be used with a list of placeholders for each task:

"image_url"
"https://force.effect.ai/image1.png"
"https://force.effect.ai/image2.png"
"https://force.effect.ai/image3.png"

This will result in three tasks that each contain a different picture but share a common template. A single task will look like this on the Effect Force platform:

Preview Tool

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Sjoerd Dijkstra - Initial work / Templates - GitHub
  • Jesse Eisses - Initial work / Templates - GitHub
  • Laurens Verspeek - Initial work / Templates - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.

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.