Skip to content

Tavrin/ai-csv-modifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages