A web app to faciliate the crowdsourcing of sleep spindles or any other timeseris signal phenomena. Users can draw boxes around spindles and mark them as high, medium or low confidence. The app is built with javascript, with a node.js backend and react.js front end. See https://osf.io/8bma7/ for more information.
Signals must be encoded as images, and added to AWS S3. Please email the author for more information on how to set up this app for your needs.
to run:
npm start
to run dev:
npm run dev