Skip to content

Latest commit

 

History

247 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClownCar.AI: A tool for harvesting generative AI content

This notebook template was created to rapidly deploy large generative I/O datasets intended to facilitate GAI research.

Setting Up the Environment Variable

Ensure your OpenAI API key is set in the environment variable OPENAI_API_KEY:

Export an environment variable in bash:

export OPENAI_API_KEY='your-api-key-here'

OR

Export an environment variable in PowerShell:

setx OPENAI_API_KEY "your_api_key_here"
There are two approaches to interacting with these models:
1. Threaded interactions are a potentially complex time-series of interactions that make cursory science difficult.
2. Unthreaded interactions are simple and instantaneous, mimicking the nature of model cognition.
Passing the dataset to the next model for aggregated analyses using one of two methods:
1. Converting a dataframe to CSV and uploading it to a model directly as a string.
2. Initializing some of the addon functionality available in the OpenAI API (for a fee).
There are a number of ways to approach the analytical component:
1. Perform manual data ETL and qualitative examination as control.
2. Perform an automated qualitative examination as experiment.

Once the dataset is assembled as desired, it can be passed as an input for the next model to process into a description of the aggregated data.

About

ClownCar.AI generates models for data aggregation and statistical analysis. Release the Clowns!

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages