Skip to content

SkalskiP/ImaBoss

Repository files navigation

Fundamentals of Artificial Intelligence

Hit the ground running

# clone repository
git clone https://github.com/SkalskiP/ImaBoss.git

# navigate to main directory
cd ImaBoss

# set up and activate python environment
apt-get install python3-venv
python3 -m venv .env
source .env/bin/activate

# install all required packages
pip install -r requirements.txt

Data Description

  • IAPS.csv - information about the emotional characteristics of each image (valence and arousal)
  • IADS2.csv - information about the emotional features of each sound (valence and arousal)
  • NEO-FFI.txt - personality questionnaire results (not available for people in the first week of the survey)

Useful links

  1. PSI-Exp-2019 Dropbox
  2. Open Signals File Formats specification
  3. Analyzing a Discrete Heart Rate Signal Using Python – Part 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors