2025-11-04 21:26:07 -05:00
2025-11-04 22:42:14 +00:00
2025-11-04 22:42:14 +00:00
2025-11-04 21:26:07 -05:00
2025-11-04 19:56:14 -05:00

csv_agent

An AI Agent to generate test CSV files for a Pandas application.

.env file

Environment Variables:

  • OPEN_AI_APK_KEY - The API key acquired from OpenAI
  • OPEN_AI_MODEL - The AI Model selected based on cost vs performance

Setup (Mac instructions)

  1. Create a Virtual Environment
python3 -m venv ./venv
  1. Activate the Virtual Environment
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt

Run the App

Description
No description provided
Readme MIT 39 KiB
Languages
Python 100%