Add CardioAI project with usage instructions

- Add comprehensive README.md with setup and usage instructions
- Add .env.example template (sanitized, no real API keys)
- Add root-level .gitignore to exclude .env and generated files
- Add all project modules (dashboard, predictor)
- Add data file and requirements.txt
This commit is contained in:
zhenchuan199
2026-04-02 20:11:24 +08:00
parent 9133925f0a
commit b5b299a682
9 changed files with 2277 additions and 0 deletions

11
CardioAI/.env.example Normal file
View File

@@ -0,0 +1,11 @@
# DeepSeek API 配置
BASE_URL=https://api.deepseek.com/v1
DEEPSEEK_API_KEY=your_api_key_here
MODEL_NAME=deepseek-reasoner
# Flask 配置
FLASK_ENV=development
FLASK_DEBUG=True
# 数据文件路径
DATA_PATH=./data/心血管疾病.xlsx