https://github.com/zjrwtx/fat_mywifi
https://github.com/zjrwtx/fat_mywifi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zjrwtx/fat_mywifi
- Owner: zjrwtx
- Created: 2025-04-03T04:26:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:06:35.000Z (about 2 months ago)
- Last Synced: 2025-04-03T06:20:46.779Z (about 2 months ago)
- Language: Python
- Size: 8.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme copy.md
Awesome Lists containing this project
README
使用指南
1、安装依赖
pip install camel-ai -U2、设置调用openai的api环境变量
windows
$env:OPENAI_API_KEY=""
macos和linux
export OPENAI_API_KEY=""3、
1、生成示例数据:
python main.py --generate_sample_csv
2、分析指定csv文件的数据:
python main.py --csv_file ObesityDataSet.csv3、分析指定csv文件的数据的指定行:
python main.py --csv_file data.csv --row_index 5