CostPrediction/demo_standalone
2026-04-25 14:58:38 +08:00
..
README.md Add offline intelligent cost prediction demo 2026-04-25 14:58:38 +08:00
requirements.txt Add offline intelligent cost prediction demo 2026-04-25 14:58:38 +08:00
server.py Add offline intelligent cost prediction demo 2026-04-25 14:58:38 +08:00
start_demo.bat Add offline intelligent cost prediction demo 2026-04-25 14:58:38 +08:00

机器学习算法演示

运行方式

  1. 解压 zip 文件。
  2. 双击 start_demo.bat
  3. 浏览器会自动打开 http://127.0.0.1:5001/algorithm-demo

说明

  • 演示使用 data/demo_equipment_costs.csv,不需要 MySQL。
  • 首次运行会创建 .venv 并安装最小 Python 依赖。
  • 需要本机已安装 Python 3.9 至 3.11。