This repository contains the code and data used for the paper x. The goal of the project is to predict frustration levels from heart rate signals using various machine learning models, focusing on their generalizability to new individuals.
- Dependencies
- Usage
- Data Preprocessing
- Model Training and Evaluation
- Results
- Acknowledgments
- References
To install the required packages, run:
pip install -r requirements.txt
Additionally, create a .env file in the root directory of the project with the following content:
OPENAI_API_KEY=x
This project was developed and run using IPython.
It is recommended to run the scripts in an IPython environment.