Skip to content

A "meta-repository" holding links to various repository to deal with SERENE's interaction dataset

License

Notifications You must be signed in to change notification settings

uxsad/dataset-tools

Repository files navigation

A dataset of interactions and emotions for website user experience evaluation

This repository contains Python code accompanying the dataset released with the article "A dataset of interactions and emotions for website user experience evaluation." The dataset aims to support research in user experience (UX) analysis, particularly focusing on the interplay between user interactions and emotional responses.

Repository Structure

This repository includes multiple Git submodules that point to relevant codebases used for data collection, processing, and analysis:

  • browser-extension: Contains the source code for the browser extension used to collect user interaction data.
  • emotion-analysis: Provides C++ code for server-side emotion detection based on user headshots, enabling on-premise analysis without external API dependencies.
  • dataset-preprocessor: Includes Python scripts for preprocessing and structuring the collected dataset.
  • server: Implements the backend server that facilitates communication between the browser extension and the data processing pipeline.

Cloning the Repository

Since this repository contains submodules, make sure to clone it recursively:

git clone --recurse-submodules https://github.com/uxsad/dataset-tools.git

If you have already cloned the repository without submodules, you can initialize them separately:

cd dataset-tools
git submodule update --init --recursive

Further Documentation

Please refer to the various sub-repositories for specific documentation.

License

This repository is licensed under the GNU GPL v3.

Contact

For any questions, please open an issue or reach out to the corresponding author of the dataset article.

About

A "meta-repository" holding links to various repository to deal with SERENE's interaction dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors