model_train_dm/backend/readme.txt
2026-07-27 17:51:49 +08:00

13 lines
645 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Python项目启动
1、python manage.py runserver 0.0.0.0:8000支持http
2、uvicorn industrial_prediction.asgi:application --host 0.0.0.0 --port 8000 支持websocket和http
公司101服务部署
AI算法模型训练及部署管理平台
公司内部地址192.168.1.101:3000
账号/密码:admin/123456
后端程序地址:/thb-space/document/industrial_train_prediction/industrial_train_prediction
前端程序地址:/thb-space/document/industrial_train_prediction/dist
静态文件存放地址:/thb-space/document/industrial_train_prediction/image
后端docker容器industrial_container
前端docker容器nginx