ModelServerAndDevelopmentPlatform
This is a comprehensive large model service platform designed to facilitate rapid deployment and application of large model services in small and medium-sized enterprises. The platform mainly includes large model service and application modules, data management modules, and development documentation modules.
Install / Use
/learn @LuxePlay/ModelServerAndDevelopmentPlatformQuality Score
Category
Development & EngineeringSupported Platforms
README
BigModel
Introduction
This is a comprehensive large model service platform designed to facilitate rapid deployment and application of large model services in small and medium-sized enterprises, as well as to provide a good understanding of different modules of large models. The platform mainly includes large model service and application modules, data management modules, and development documentation modules. The large model service application module consists of large model management, large model instance deployment, large model service monitoring, large model service invocation, Prompt engineering,RAG, AIGC experience interaction, agent development modules, AI workflows, third-party plugin integration, and more; the data management module includes data processing, data cleaning, data feedback, data pre-training, and other content; the development documentation mainly includes example sections and API interface sections, supporting both HTTP and Python SDK invocation methods, with gradual addition of both Chinese and English versions.
Software Architecture Description
Installation Guide
node version: latest version npm version: 10.9.2
Usage Instructions
Frontend
cd frontend
npm run dev
Backend
cd backend
npm run start:dev
Test Account
- Username: user_test Password: user123456
After successful login, you will be redirected to the /training page Test mobile number verification has been added to mobile verification code > login:
- Mobile number: 13800000000 Verification code: 123456
After successful login, you will also be redirected to the /training page
Contributing
- Fork this repository
- Create a Feat_xxx branch
- Commit code
- Create a Pull Request
Open Source License
This project uses the Apache License 2.0. See the LICENSE file for details.
Project Screenshots
- Login page <img src="./image/user_login_en.png" width="100%" height="100%">
- Large Model Service and Application page <img src="./image/modelserver_en.png" width="100%" height="100%">
- Development Center page <img src="./image/develop_en.png" width="100%" height="100%">
- Data Management page <img src="./image/dataset_manager_en.png" width="100%" height="100%">
- Workflow page <img src="./image/WorkFloww_en.png" width="100%" height="100%">
- Agent Development page <img src="./image/Agents_en.png" width="100%" height="100%">
