概念:
AutoAnalyze 是一款基于人工智能的自动化数据分析和处理工具;
开源地址:
https://github.com/wangyafu/AutoAnalyze
安装部署:
git clone https://github.com/wangyafu/AutoAnalyze
cd AutoAnalyze
启动前端命令
cd frontend
npm install
npm run dev
前端访问地址:http://localhost:5173/
启动后端
cd backend
uv sync
uv run app/main.py
或者直接运行查看输出
python -m uv run app/main.py
部署展示:




