bfd354d41b32e3d7ba11035cf472e0d2ebf1f299
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)
- Create a Virtual Environment
python3 -m venv ./venv
- Activate the Virtual Environment
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
Run the App
Languages
Python
100%