From 81b166785d6822acc93bce05e7b0d63603e36946 Mon Sep 17 00:00:00 2001 From: Firdaus Adib Date: Sun, 24 Nov 2019 11:26:11 +0800 Subject: [PATCH 1/3] Added two more tools for audio annotation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6fc461..b694315 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ A curated list of awesome data labeling tools * [EchoML](https://github.com/ritazh/EchoML) - Play, visualize, and annotate your audio files * [audio-annotator](https://github.com/CrowdCurio/audio-annotator) - A JavaScript interface for annotating and labeling audio files. * [audio-labeler](https://github.com/hipstas/audio-labeler) - An in-browser app for labeling audio clips at random, using Docker and Flask. +* [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) - Simple annotations tool, check the example. +* [peak.js](https://github.com/bbc/peaks.js) - Browser-based audio waveform visualisation and UI component for interacting with audio waveforms, developed by BBC UK. #### Video From abe96fd78d3d2cf764da0569710cafcaea90811a Mon Sep 17 00:00:00 2001 From: Firdaus Adib Date: Sun, 24 Nov 2019 11:57:36 +0800 Subject: [PATCH 2/3] Added Dataturks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b694315..b090628 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ A curated list of awesome data labeling tools #### MultiDomain * [Label Studio](https://github.com/heartexlabs/label-studio) - Label Studio is a configurable data annotation tool that works with different data types +* [Dataturks](https://dataturks.com/) - Dataturks support E2E tagging of data items like video, images (classification, segmentation and labelling) and text (full length document annotations for PDF, Doc, Text etc) for ML projects. From 3069c2dca964690cd2cd0117e453453af7ac3e78 Mon Sep 17 00:00:00 2001 From: Firdaus Adib Date: Mon, 25 Nov 2019 00:44:38 +0800 Subject: [PATCH 3/3] Added image annotation tool LOST --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b090628..e3e2238 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A curated list of awesome data labeling tools * [Anno-Mage](https://github.com/virajmavani/semi-auto-image-annotation-tool) - A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model * [CATMAID](https://github.com/catmaid/CATMAID) - Collaborative Annotation Toolkit for Massive Amounts of Image Data * [make-sense](https://github.com/SkalskiP/make-sense) - makesense.ai is a free to use online tool for labelling photos +* [LOST](https://github.com/l3p-cv/lost) - Design your own smart Image Annotation process in a web-based environment #### Text * [YEDDA](https://github.com/jiesutd/YEDDA) - A Lightweight Collaborative Text Span Annotation Tool (Chunking, NER, etc.). ACL best demo nomination.