SuperRich/
│
├── superrich/ # 核心代码
│ ├── __init__.py
│ ├── data/ # 数据抓取和处理
│ │ ├── __init__.py
│ │ ├── fetcher.py # 获取股价、公司信息
│ │ └── processor.py # 数据预处理
│ │
│ ├── predict/ # 预测逻辑
│ │ ├── __init__.py
│ │ └── predictor.py
│ │
│ ├── api/ # API服务
│ │ ├── __init__.py
│ │ └── app.py # 使用 FastAPI / Flask
│ │
│ └── utils/ # 工具函数
│ ├── __init__.py
│ └── helpers.py
│
├── tests/ # 测试
│
├── requirements.txt # 项目依赖
├── README.md
└── main.py # 启动脚本
forked from Cassel-College/SuperRich
-
Notifications
You must be signed in to change notification settings - Fork 0
License
liupengzhouyi/SuperRich
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 97.9%
- Dockerfile 1.2%
- Shell 0.9%