All Projects → MachineLP → QDServing

MachineLP / QDServing

Licence: other
ml模型分布式服务部署:grpc,flask;docker

Programming Languages

python
139335 projects - #7 most used programming language

代码目录

.
├── modelServing             # ml模型服务(gRPC服务)
│   ├── app
│   ├── conf
│   ├── logs
│   ├── README.md
│   ├── run_client.py
│   ├── run_service.py
│   └── test.py
├── serving                # 负载均衡、业务服务(flask/gRPC服务)
│   ├── app
│   ├── conf
│   ├── logs
│   ├── README.md
│   ├── flask_run.py
│   ├── grpc_run.py
│   └── test.py
├── README.md
├── QDModelServing.jpg


QDModelServing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].