Skip to content

kusterlab/cindeR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CindeR

Minimal web application to allow a quick judgement of any kind of dataset.

Usage

  1. Upload data
  2. Judge data to be either a positive or negative case
    • Positive samples: press → or swipe plot to the right
    • Negative samples: press ← or swipe plot to the left
  3. Download judged data for further processing (e.g. CurveClassification) at any given timepoint (judging of your data can be resumed)

A more in detail description can be found in the provided PDF, but we also provide a video tutorial on Youtube

Building your own CindeR instance

Requirenment

Execution

Hint: The first installation of the programm takes up to 15 minutes.

Linux

You need sudo rights if your user is not part of the group docker

git clone https://github.com/kusterlab/cindeR.git
make run

Windows

  1. Open PowerShell
  2. docker build https://github.com/kusterlab/cindeR -t cinder
  3. docker run -p 7678:7678 cinder

Step 2 is not necessary after the first run.
*Hint*: docker on Windows reacts with huge delays.

#### MacOS
You can follow the installation for Linux
The server/computer should now run a CindeR instance, which is available on port `7678`.