# 请先创建并激活 conda 虚拟环境 'cardioenv' # 执行以下命令(在终端中): # conda create -n cardioenv python=3.10 # conda activate cardioenv # 然后使用 pip 安装以下依赖: # pip install -r requirements.txt pandas openpyxl numpy scikit-learn xgboost joblib streamlit plotly Flask python-dotenv langchain-openai dashscope requests