/label-studio-emotion-project

Label Studio project for discrete emotion classification.

Discrete Emotion Labeling

A custom label studio project for discrete emotion classification.

Usage

  1. Pull the official Label Studio image.
$ docker pull heartexlabs/label-studio:latest  
  1. Then, download the label-studio-data folder to your working directory. Run the following command in your working directory.
$ docker run -it -p 8080:8080 -v $(pwd)/label-studio-data:/label-studio/data heartexlabs/label-studio:latest
  1. Access the web application at 127.0.0.1:8080. (Note: You may set your desired port number in Step 2.)

  2. Log in with the following credentials:

User: admin@admin.com
Password: 12345678
  1. Click on the Emotion Classification, upload all files for annotation and start annotating.

Progress

  • Create custom audio annotation project.
  • Write scripts to convert export csv to Kaldi format.

License

This software is licensed under the Apache 2.0 LICENSE © Heartex. 2020-2021