GitHub项目
官方项目
1. BISHENG毕昇主项目
项目地址: https://github.com/dataelement/bisheng
毕昇平台的核心代码仓库,包含完整的前后端代码和部署脚本。
项目结构
bisheng/
├── src/
│ ├── backend/ # 后端Python代码
│ │ ├── bisheng/ # 核心业务逻辑
│ │ ├── components/ # 工作流组件
│ │ ├── api/ # API接口
│ │ └── utils/ # 工具函数
│ └── frontend/ # 前端React代码
│ ├── src/
│ ├── public/
│ └── package.json
├── docker/ # Docker配置文件
├── deploy/ # 部署脚本和配置
├── docs/ # 文档目录
└── tests/ # 测试用例
技术栈
- 后端: Python 3.9+, FastAPI, SQLAlchemy, Celery
- 前端: React, TypeScript, Ant Design, React Flow
- 数据库: PostgreSQL, Redis, Milvus
- 容器化: Docker, Docker Compose
贡献指南
- Fork项目到个人账户
- 创建功能分支:
git checkout -b feature/your-feature - 提交更改:
git commit -am 'Add some feature' - 推送分支:
git push origin feature/your-feature - 创建Pull Request
2. BISHENG RT推理服务
项目地址: https://github.com/dataelement/bisheng-rt
毕昇平台的模型推理服务,支持多种大语言模型的高性能推理。
主要特性
- 支持多种模型格式(HuggingFace、ONNX、TensorRT)
- GPU加速推理
- 动态批处理
- 模型热更新
- 监控和告警