Skip to content
/ annemo Public

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

Notifications You must be signed in to change notification settings

ilyabo/annemo

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published