Skip to content

NYUCCL/nivturk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

image

NivTurk

Niv lab tools for securely serving and storing data from online computational psychiatry experiments.

Quickstart

The following is the minimal set of commands needed to get started with NivTurk (assuming you have already a virtual machine with python 3.6+ installed):

ssh <user-name>@<server-name>.princeton.edu
git clone https://github.com/nivlab/nivturk.git
cd nivturk
pip install -r requirements.txt
gunicorn -b 0.0.0.0:9000 -w 4 app:app

Documentation

For details on how to serve your experiment, how the code is organized, and how data is stored, please see the Documentation.

About

Tools for serving and storing data from online experiments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.4%
  • Python 3.7%
  • HTML 3.0%
  • CSS 0.9%