All Projects → CrowdCurio → time-series-annotator

CrowdCurio / time-series-annotator

Licence: other
Time series annotation library.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to time-series-annotator

Snmpcollector
A full featured Generic SNMP data collector with Web Administration Interface for InfluxDB
Stars: ✭ 216 (+315.38%)
Mutual labels:  time-series
Astgcn
⚠️[Deprecated] no longer maintained, please use the code in https://github.com/guoshnBJTU/ASTGCN-r-pytorch
Stars: ✭ 246 (+373.08%)
Mutual labels:  time-series
nobrainer
A framework for developing neural network models for 3D image processing.
Stars: ✭ 123 (+136.54%)
Mutual labels:  medical-imaging
Hawkular Metrics
Time Series Metrics Engine based on Cassandra
Stars: ✭ 225 (+332.69%)
Mutual labels:  time-series
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (+346.15%)
Mutual labels:  time-series
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+109623.08%)
Mutual labels:  time-series
Platform
Archived incubation repo for InfluxDB 2.0
Stars: ✭ 213 (+309.62%)
Mutual labels:  time-series
etos-deepcut
Deep Extreme Cut http://www.vision.ee.ethz.ch/~cvlsegmentation/dextr . a tool to do automatically object segmentation from extreme points.
Stars: ✭ 24 (-53.85%)
Mutual labels:  annotation
Awesome Time Series
list of papers, code, and other resources
Stars: ✭ 242 (+365.38%)
Mutual labels:  time-series
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+88.46%)
Mutual labels:  medical-imaging
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (+336.54%)
Mutual labels:  time-series
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+338.46%)
Mutual labels:  time-series
DARTS
Code for DARTS: DenseUnet-based Automatic Rapid Tool for brain Segmentation
Stars: ✭ 61 (+17.31%)
Mutual labels:  medical-imaging
Sfa
Scalable Time Series Data Analytics
Stars: ✭ 222 (+326.92%)
Mutual labels:  time-series
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+5.77%)
Mutual labels:  medical-imaging
Pipelinedb
High-performance time-series aggregation for PostgreSQL
Stars: ✭ 2,447 (+4605.77%)
Mutual labels:  time-series
Ml sagemaker studies
Case studies, examples, and exercises for learning to deploy ML models using AWS SageMaker.
Stars: ✭ 249 (+378.85%)
Mutual labels:  time-series
laravel-quasar
⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
Stars: ✭ 78 (+50%)
Mutual labels:  time-series
zestdb
ZestDB
Stars: ✭ 18 (-65.38%)
Mutual labels:  time-series
melanoma segmentation
Segmentation of skin cancers on ISIC 2017 challenge dataset.
Stars: ✭ 47 (-9.62%)
Mutual labels:  medical-imaging

CrowdCurio Time Series Annotator Library

The CrowdCurio Time Series Annotation Library implements classification tasks for time series.

A screenshot of the Time Series Annotator.

Features

  • Support for feature annotation tasks.
  • Support for interactive practice tasks.
  • Support for multivariate time series.
  • Support for medical time series in EDF format.
  • Integrated support for CrowdCurio.

Build Process

We use Browserify, Wachify and Uglify in our build processes. All three tools can be installed with NPM.

npm install -g browserify

npm install -g watchify

npm install -g uglify-js

To build the script bundle without minification, run:

browserify lib/main.js -o bundle.js

To build with minification, run:

browserify lib/main.js | uglifyjs bundle.js

To watch for file changes and automatically bundle without minification, run:

watchify lib/main.js -o bundle.js

Contact

Mike Schaekermann, University of Waterloo

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].