Skip to content

WorkloadUABCVC/Workload-detection-based-on-EEG-data

Repository files navigation

Mental Workload Detection Based on Electroencephalograms

Alt text

Summary

We provide some code to create the input data for training Mental Workload detectors based en Electroencephalogram (EEG) signals.

Requirements

Preparation

  • In the root of your project, make sure to create two folders: /data and /input_features.
   ~/    
      /data/     
      /input_features/
  • Put the donwloaded dataset in /data.
  • At the end, the generated input data for your model will be located in /input_features

Running the code

  1. Select different options of data preparation by editing directly the file.
   eeg_config.py   

The options you can change are: the dataset, the window_size, the window_overlapping, and the filtering method.

  1. Next, run the script
   python main_create_input_data.py

Further information

You can visit the web of our Research Group.