Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 582 Bytes

File metadata and controls

32 lines (20 loc) · 582 Bytes

CSV GPT-3 modifier

A Python module uses GPT-3 to modify a given column from a CSV file based on a prompt and data from another column

Installation

Clone the project and cd into it

  git clone https://github.com/Tavrin/ai-csv-modifier.git
  cd ai-csv-modifier

Install the dependencies

  pip install -r /path/to/requirements.txt

create a .env file in the root directory and add the following line

  API_KEY=YOUR_OPENAI_API_KEY

Update the config.ini file in the config directory to your liking.

$ python csv-modifier