Skip to content

llh21/Training_Programme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Training_Programme
一站式 Python 训练脚本模板 | 开箱即用 · 持续集成 · 文档友好

License Stars Python CI

📙 目录

🚀 快速开始

git clone https://github.com/llh21/Training_Programme.git
cd Training_Programme
pip install -r requirements.txt
python examples/quick_start.py

📂 项目结构

Training_Programme
├── src/                 # 核心源码
├── examples/            # 可运行示例
├── tests/               # 单元测试
├── docs/                # 详细文档
├── assets/              # README 图片 / GIF
├── .github/             # GitHub Actions
├── requirements.txt
├── .gitignore
└── README.md

📸 效果预览

| CLI 运行                                                                                                 | Web Demo                                                                                               |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| <img src="https://raw.githubusercontent.com/llh21/Training_Programme/main/assets/cli.gif" width="400"> | <img src="https://raw.githubusercontent.com/llh21/Training_Programme/main/assets/web.png" width="400"> |

🛠️ 本地开发

| 命令                               | 说明                             |
| -------------------------------- | ------------------------------ |
| `python examples/quick_start.py` | 跑通最小示例                         |
| `pytest tests/`                  | 运行全部测试                         |
| `mkdocs serve`                   | 本地预览文档(需 `pip install mkdocs`|

🤝 参与贡献

Fork 本仓库
新建分支 feat/xxx
提交 PR → CI 通过后合并
🎉 你的名字将出现在贡献者列表!

📄 开源协议

MIT © 2024 llh21

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published