Minimal web application to allow a quick judgement of any kind of dataset.
- Upload data
- 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
- 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
-
since June 20 you have to register to be able to download docker for Windows and MacOS.
Hint: The first installation of the programm takes up to 15 minutes.
You need sudo
rights if your user is not part of the group docker
git clone https://github.com/kusterlab/cindeR.git
make run
- Open
PowerShell
docker build https://github.com/kusterlab/cindeR -t cinder
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`.