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.
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.
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”
Usage:
Once you have completed the setup, run the main script to generate annotations.
```bash
run main.py