Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrowdCurio/time-series-annotator
Time series annotation library.
https://github.com/CrowdCurio/time-series-annotator
annotation crowdcurio medical-imaging time-series
Last synced: about 1 month ago
JSON representation
Time series annotation library.
- Host: GitHub
- URL: https://github.com/CrowdCurio/time-series-annotator
- Owner: CrowdCurio
- Created: 2017-12-13T23:24:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T02:14:27.000Z (about 6 years ago)
- Last Synced: 2024-08-02T14:08:57.156Z (4 months ago)
- Topics: annotation, crowdcurio, medical-imaging, time-series
- Language: JavaScript
- Size: 501 KB
- Stars: 58
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-time-series - time-series-annotator - Time Series Annotation Library implements classification tasks for time series. (✏️ Annotation and Labeling / Managed database services)
- awesome-dataset-tools - time-series-annotator - Implements classification tasks for time series. (Labeling Tools / Time Series)
README
# CrowdCurio Time Series Annotator Library
The CrowdCurio Time Series Annotation Library implements classification tasks for time series.
![A screenshot of the Time Series Annotator.](https://s3.amazonaws.com/curio-media/github-media/time-series-annotator.png)
## 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.jsTo build *with* minification, run:
>browserify lib/main.js | uglifyjs bundle.jsTo watch for file changes and automatically bundle *without* minification, run:
>watchify lib/main.js -o bundle.js## Contact
Mike Schaekermann, University of Waterloo