Link Search Menu Expand Document

Curation of documentary evidence, experiments with LED/GPT-4

Description

This repository contains Python code for scraping data from LED (Listening Experience Database). The code processes the obtained data and uses the GPT-4 API to generate annotations from the submitted listening evidence.

Prerequisites

  • Python 3.x
  • OpenAI API key

To run the code

  1. Clone the Repository: ```bash git clone cd

  2. Install Dependencies: ```bash pip install -r requirements.txt.

  3. API Configuration: Create a .env file in the root directory and add your OpenAI API key, that is your GPT-4 API. ```bash OPENAI_API_KEY=”your_api_key_here”

  4. Usage: Once you have completed the setup, run the main script to generate annotations. ```bash run main.py