ilyabo / annemo

A simplistic web app for annotating emotions in human speech video recordings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annemo

A simplistic web app for annotating emotions in human speech video recordings.

annemo screenshot

Installation and running

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

About

A simplistic web app for annotating emotions in human speech video recordings.

License:Other


Languages

Language:MATLAB 81.8%Language:CoffeeScript 14.9%Language:CSS 3.4%