A simplistic web app for annotating emotions in human speech video recordings.
Install Node.js 0.6.x
Then, install CoffeeScript:
npm install -g coffee-script
To download the project dependencies in the project directory run:
npm install
Then, configure the videos and the allowed user ids in config.coffee.
To start the server run:
cake forever-start
Then, open in your browser http://localhost:3001/?subject=8935 where 8935 is one of the valid user ids specified in your config.coffee.
The annotation results will be saved in CSV files in results/ directory.
To restart the server:
cake forever-restart
To stop:
cake forever-stop