All Projects → CrowdTruth → CrowdTruth-core

CrowdTruth / CrowdTruth-core

Licence: Apache-2.0 license
CrowdTruth framework for crowdsourcing ground truth for training & evaluation of AI systems

Programming Languages

Jupyter Notebook
11667 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to CrowdTruth-core

Placeholderview
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
Stars: ✭ 2,104 (+4575.56%)
Mutual labels:  annotations, annotation-processing
AnnotationProcessing
✔️ㅤ[ARTICLE] Writing your own Annotation Processors in Android
Stars: ✭ 47 (+4.44%)
Mutual labels:  annotations, annotation-processing
AnnotationProcessorStarter
Project to set up basics of a Java annotation processor
Stars: ✭ 19 (-57.78%)
Mutual labels:  annotations, annotation-processing
dagger2-ktx
Kotlin extension bridge library for Dagger2 (proof-of-concept)
Stars: ✭ 41 (-8.89%)
Mutual labels:  annotations, annotation-processing
symbok-bundle
Symfony annotations bundle
Stars: ✭ 50 (+11.11%)
Mutual labels:  annotations, annotation-processing
annotate-pull-request-from-checkstyle
cs2pr - Annotate a GitHub Pull Request based on a Checkstyle XML-report within your GitHub Action
Stars: ✭ 146 (+224.44%)
Mutual labels:  annotations
jeta
brooth.github.io/jeta
Stars: ✭ 21 (-53.33%)
Mutual labels:  annotation-processing
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-62.22%)
Mutual labels:  annotations
py-msa-kdenlive
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
Stars: ✭ 25 (-44.44%)
Mutual labels:  human-computer-interaction
opendata
Open data of Cofacts collaborative fact-checking database
Stars: ✭ 35 (-22.22%)
Mutual labels:  crowdsourcing
bikeways4everybody
Crowdsourcing bike routes in Boston. Making pretty maps from it.
Stars: ✭ 30 (-33.33%)
Mutual labels:  crowdsourcing
spectree
API spec validator and OpenAPI document generator for Python web frameworks.
Stars: ✭ 190 (+322.22%)
Mutual labels:  annotations
youtube-copy-annotations
💻 Copy YouTube annotations like a pro!
Stars: ✭ 13 (-71.11%)
Mutual labels:  annotations
youpin-web
YouPin on the web
Stars: ✭ 13 (-71.11%)
Mutual labels:  crowdsourcing
better-serializer
General serializer for PHP. An alternative to JmsSerializer.
Stars: ✭ 27 (-40%)
Mutual labels:  annotations
efficient-annotation-cookbook
Official implementation of "Towards Good Practices for Efficiently Annotating Large-Scale Image Classification Datasets" (CVPR2021)
Stars: ✭ 54 (+20%)
Mutual labels:  annotations
MangoServer
A MongoDB implementation of the W3C Web Annotation Protocol
Stars: ✭ 16 (-64.44%)
Mutual labels:  annotations
grpc-jwt-spring-boot-starter
Spring boot starter for gRPC framework with JWT authorization
Stars: ✭ 24 (-46.67%)
Mutual labels:  annotations
piri
Piri is a lightweight annotation processing library that generates static factory methods for your Activities and Fragments.
Stars: ✭ 53 (+17.78%)
Mutual labels:  annotation-processing
ColdStorage
Lightweight data loading and caching library for android
Stars: ✭ 39 (-13.33%)
Mutual labels:  annotations

CrowdTruth

PyPI version Build Status codecov Scrutinizer Code Quality

This library processes crowdsourcing results from Amazon Mechanical Turk and CrowdFlower following the CrowdTruth methodology. A full description of the metrics is available in this paper. For more information see http://crowdtruth.org.

If you use this software in your research, please consider citing:

@article{CrowdTruth2,
  author    = {Anca Dumitrache and Oana Inel and Lora Aroyo and Benjamin Timmermans and Chris Welty},
  title     = {CrowdTruth 2.0: Quality Metrics for Crowdsourcing with Disagreement},
  year      = {2018},
  url       = {https://arxiv.org/abs/1808.06080},
}

Useful links:

Installation

To install the stable version from PyPI, install pip for your OS, then install package using:

pip install crowdtruth

To install the latest version from source, download the library and install it using:

python setup.py install

Tutorial

The following tutorial is a collection of slides, exercises and Jupyter notebooks that explains what is the CrowdTruth methodology, and how to use it in practice. If you are already familiar with CrowdTruth, you can skip straight to the guide on how to run this library.

Introduction to CrowdTruth

Task Design & Building CrowdTruth Annotation Vectors

Data Processing & CrowdTruth Metrics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].