component-id | type | name | description | work-package | pilot | project | resource | release-date | release-number | release-link | doi | changelog | licence | copyright | contributors | related-components | credits | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
llm4led |
Software |
Curation of documentary evidence, experiments with LED/GPT-4 |
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. |
|
|
polifonia-project |
24/04/2024 |
v1.0 |
|
Copyright (c) 2024 The Open University |
|
|
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.
- Python 3.x
- OpenAI API key
- Clone the Repository:
git clone <repository-url> cd <repository-directory>
- Install Dependencies:
pip install -r requirements.txt.
- API Configuration:
Create a .env file in the root directory and add your OpenAI API key, that is your GPT-4 API.
OPENAI_API_KEY="your_api_key_here"
- Usage:
Once you have completed the setup, run the main script to generate annotations.
run main.py