This repository contains code for analyzing naturalistic movie data, including the extraction of features from movie frames and the application of machine learning models to predict viewer "arousals".
Addidtionally, it includes scripts for visualizing the results of these analyses.
git clone https://github.com/NuttidaLab/movie_analysis.git
cd movie_analysis
conda env create -f environment.yml
conda activate movie
pip install --editable .