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 PSI-Exp-2019 Dropbox Open Signals File Formats specification Analyzing a Discrete Heart Rate Signal Using Python – Part 1