SteinPanyu / K-EmoPhone_SupplementaryCodes

Data analysis codes for the K-EmoPhone dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supplementary Codes for the K-EmoPhone

This repository is for supplementary codes used to explore and analyze the K-EmoPhone Dataset.


Environment

We have run this code under the environment as below:

  • OS: Ubuntu 20.04 installed with Windows Subsystem for Linux (WSL)
    • This code highly depends on a python multiprocessing library, ray which does not fully support Windows OS.
  • CPU: AMD Ryzen 9 5900x 12-Core
    • This is not mandatory; you can run this code (with a minor modification) although you have the smaller number of cores.
  • RAM: 128GB
    • This is not mandatory; we expected about 40GB of RAM to be required (but not tested).

In addition, you need to install conda for managing packages and virtual environment.

HOW-TO

  1. Download the K-EmoPhone dataset.

  2. Download this repository

$ git clone https://github.com/Kaist-ICLab/K-EmoPhone_SupplementaryCodes.git
$ cd K-EmoPhone_SupplementaryCodes
  1. Replicate our conda environment (environment.yml), referring to this.

  2. Run your own Jupyter environment.

  3. Then, open analysis.ipynb.

About

Data analysis codes for the K-EmoPhone dataset

License:MIT License


Languages

Language:Jupyter Notebook 100.0%