- Module 1: Dashboard for cardiovascular disease data visualization - Module 2: Machine learning predictor with Flask API - Module 3: Voice assistant with DeepSeek and CosyVoice integration - Add .gitignore for proper file exclusion - Update requirements and documentation Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
# CardioAI 项目依赖包
|
|
# 使用 conda 环境: cardioenv
|
|
# 安装命令: pip install -r requirements.txt
|
|
|
|
pandas
|
|
openpyxl
|
|
numpy
|
|
scikit-learn
|
|
xgboost
|
|
joblib
|
|
streamlit
|
|
plotly
|
|
Flask
|
|
python-dotenv
|
|
langchain-openai
|
|
dashscope
|
|
requests |