Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 961 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 961 Bytes

Examination of Prompt-Induced Biases in Moral Evaluations by GPT-4o

Overview

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.

Table of Contents

Dependencies

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

Usage

This project was developed and run using IPython.

It is recommended to run the scripts in an IPython environment.