CN115643249A - Construction method of AI teaching practical training programming platform based on Web page - Google Patents
Construction method of AI teaching practical training programming platform based on Web page Download PDFInfo
- Publication number
- CN115643249A CN115643249A CN202211233898.8A CN202211233898A CN115643249A CN 115643249 A CN115643249 A CN 115643249A CN 202211233898 A CN202211233898 A CN 202211233898A CN 115643249 A CN115643249 A CN 115643249A
- Authority
- CN
- China
- Prior art keywords
- service
- platform
- user
- environment
- micro
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000012549 training Methods 0.000 title claims abstract description 24
- 238000010276 construction Methods 0.000 title abstract description 13
- 238000000034 method Methods 0.000 claims abstract description 32
- 238000005516 engineering process Methods 0.000 claims abstract description 11
- 230000006870 function Effects 0.000 claims description 39
- 238000012545 processing Methods 0.000 claims description 11
- 238000004891 communication Methods 0.000 claims description 10
- 238000012795 verification Methods 0.000 claims description 5
- 230000004044 response Effects 0.000 claims description 3
- 229930091051 Arenine Natural products 0.000 claims description 2
- 238000011161 development Methods 0.000 abstract description 5
- 238000013473 artificial intelligence Methods 0.000 abstract description 4
- 238000010586 diagram Methods 0.000 description 7
- 238000011160 research Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008092 positive effect Effects 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
技术领域technical field
本发明涉及人工智能、推荐算法和自动化机器学习领域,具体涉及一种基于Web页面的AI教学实训编程平台的构建方法。The invention relates to the fields of artificial intelligence, recommendation algorithms and automatic machine learning, and in particular to a method for constructing a web page-based AI teaching training programming platform.
背景技术Background technique
随着人工智能时代的到来,越来越多的高校及科研院所开展AI课程教学,但是AI学习环境版本繁杂、依赖巨多,光是Tensorflow就有很多版本,更不用说Pytorch等其它AI软件的版本管理了,对于新人安装及其不友好,且会造成多人多环境的局面,不利于教师统一教学管理。必须采用统一、高效、稳定的AI学习环境。With the advent of the era of artificial intelligence, more and more universities and research institutes are carrying out AI course teaching, but the versions of the AI learning environment are complicated and depend on a lot. There are many versions of Tensorflow alone, not to mention other AI software such as Pytorch It is not friendly to newcomers to install, and it will cause a situation of multiple people and multiple environments, which is not conducive to the unified teaching management of teachers. A unified, efficient and stable AI learning environment must be adopted.
为了解决这些问题,市场上涌现出了很多的AI编排平台,例如KubeFlow、MLFlow等,但是这些平台同样存在着一些问题,有些是平台重,个人安装部署难;有些是缺乏高效、有用的统一管理功能,老师无法方便有效的进行管理;同时用户个人环境资源配置也不一定满足平台的最低要求且无法体验到流畅学习全流程。In order to solve these problems, many AI orchestration platforms have emerged on the market, such as KubeFlow, MLFlow, etc., but these platforms also have some problems, some of which are heavy platforms and difficult to install and deploy for individuals; some lack efficient and useful unified management function, the teacher cannot manage it conveniently and effectively; at the same time, the user's personal environment resource configuration does not necessarily meet the minimum requirements of the platform and cannot experience the whole process of smooth learning.
发明内容Contents of the invention
发明目的:针对上述现有技术存在的问题和不足,本发明的目的是提供一种基于Web页面的AI教学实训编程平台的构建方法,集成了当下主流的AI技术和云原生框架,包括Kubernetes、Ceph、Habor等,同时从学习、存储、查询、再到计算一应俱全,涵盖了AI教学体系中的所有部分,同时也摒弃了这些原生的框架的弊端:与用户交互上的不灵活性、上手困难这些缺点,将这些技术的使用方法重新构建在网页上,提供了一种易学易用的使用方法,使得用户可以方便、快速、高效的学习及应用人工智能技术。解决了用户个人开发搭建环境不统一、多人教学不便捷、用户管理效率低等一系列问题。Purpose of the invention: In view of the problems and deficiencies in the prior art above, the purpose of the invention is to provide a method for building a web page-based AI teaching and training programming platform, which integrates the current mainstream AI technology and cloud native framework, including Kubernetes , Ceph, Harbor, etc., from learning, storage, query, to computing, covering all parts of the AI teaching system, but also abandoning the disadvantages of these native frameworks: inflexibility in interacting with users In view of the disadvantages of difficulty in getting started, the methods of using these technologies are reconstructed on the webpage, providing an easy-to-learn and easy-to-use method, so that users can learn and apply artificial intelligence technology conveniently, quickly and efficiently. It solves a series of problems such as the inconsistency of the user's personal development and construction environment, inconvenient multi-person teaching, and low user management efficiency.
技术方案:为实现上述发明目的,本发明采用的技术方案提供一种基于Web页面的AI教学实训编程平台的构建方法,包括以下步骤:Technical solution: In order to achieve the purpose of the above invention, the technical solution adopted in the present invention provides a method for building a web page-based AI teaching training programming platform, including the following steps:
(1)构建底层云原生环境,包括Kubernetes集群、Ceph存储层、Harbor镜像管理和Nacos服务发现;(1) Construct the underlying cloud-native environment, including Kubernetes cluster, Ceph storage layer, Harbor image management and Nacos service discovery;
(2)后端采用微服务技术,以Pod形式部署在Kubernetes集群上,并注册到Nacos上,通过统一网关入口进行服务发现和访问;(2) The backend adopts microservice technology, deployed on the Kubernetes cluster in the form of Pod, and registered on Nacos, and performs service discovery and access through the unified gateway entrance;
(3)前端同样采用微服务技术,通过Nginx代理实现统一入口访问;(3) The front end also adopts micro-service technology, and realizes unified entrance access through Nginx proxy;
(4)建立数据库,用来存放平台的用户、资源等一些与平台相关的信息;(4) Establish a database to store some information related to the platform, such as users and resources of the platform;
其中,步骤(2)的后端服务和步骤(3)的前端服务之间可以进行远程通信,两者部署在独立的环境中;步骤(2)中后端服务接收到前端服务的每一个请求都会进行权限验证,防止恶意攻击。Among them, remote communication can be performed between the backend service in step (2) and the frontend service in step (3), and the two are deployed in an independent environment; in step (2), the backend service receives every request from the frontend service Permission verification will be performed to prevent malicious attacks.
进一步地,所述步骤(1)中,先部署云原生基础环境Kubernetes集群;基于Kubernetes集群部署Ceph存储层,在部署完成Ceph后,需设置Kubernetes集群底层默认存储为Ceph,Ceph用于为整个Kubernetes集群及其上的各种服务提供底层的分布式存储服务;然后基于Kubernetes集群部署镜像管理仓库Harbor,Harbor为用户使用默认实训环境镜像及自定义实训环境镜像提供管理功能;最后基于Kubernetes集群部署Nacos服务,用于后端微服务的服务发现。Further, in the step (1), first deploy the cloud-native basic environment Kubernetes cluster; deploy the Ceph storage layer based on the Kubernetes cluster. After the deployment of Ceph, you need to set the default storage of the bottom layer of the Kubernetes cluster to Ceph, and Ceph is used for the entire Kubernetes. The cluster and various services on it provide underlying distributed storage services; then deploy the image management warehouse Harbor based on the Kubernetes cluster, and Harbor provides management functions for users to use the default training environment image and custom training environment image; finally, based on the Kubernetes cluster Deploy Nacos services for service discovery of backend microservices.
进一步地,所述步骤(2)中,首先根据前端服务的界面功能开发对应的功能微服务模块,每一个微服务模块负责处理对应不同类型的界面功能;然后针对IP地址、端口号、主机列表这些需要动态更改的配置参数,统一提取到配置文件或设置到Kubernetes集群的环境变量中,配置文件及Kubernetes集群的环境变量包括部分服务内部VIP、数据库配置以及一些配套服务的配置参数,每一个功能微服务模块都有其专属的配置参数,最后将所有微服务对应的参数或配在启动文件中或设置到Kubernetes集群环境变量中,从而正确启动相应的微服务模块;在处理前端界面功能请求时,每一个请求都有专门的方法来进行响应处理,通过SpringCloud实现的方法来控制,然后将具体的要求发送到对应的底层集群架构或微服务进行实现,然后将运行结果反馈给界面展示;同时会将用户在使用过程产生的所有数据包括操作日志存储到数据库之中。Further, in the step (2), first develop corresponding functional microservice modules according to the interface functions of the front-end services, and each microservice module is responsible for processing corresponding interface functions of different types; then for the IP address, port number, host list These configuration parameters that need to be dynamically changed are uniformly extracted into the configuration file or set to the environment variables of the Kubernetes cluster. The configuration files and the environment variables of the Kubernetes cluster include the internal VIP of some services, the database configuration, and the configuration parameters of some supporting services. Each function Microservice modules have their own configuration parameters. Finally, configure all the parameters corresponding to microservices in the startup file or set them in the Kubernetes cluster environment variables, so as to correctly start the corresponding microservice modules; when processing front-end interface function requests , each request has a special method for response processing, which is controlled by the method implemented by SpringCloud, and then the specific requirements are sent to the corresponding underlying cluster architecture or microservice for implementation, and then the running results are fed back to the interface for display; at the same time All data generated by the user during use, including operation logs, will be stored in the database.
进一步地,所述步骤(3)中,首先将平台的前端微服务编译打包至指定目录,同时将其对应的配置写到配置文件中,包括与后端微服务通信IP、端口配置信息,并通过Nginx代理实现统一入口访问,前端微服务启动时会读取配置文件,从而实现与后端微服务之间的通信;每一个界面主功能都是一个独立的微应用模块,整个平台由多个不同的微应用模块构成,管理员功能包含以下微应用模块:首页、大数据服务、我的课堂、教务管理、数据中心、实验项目、用户服务、资源管理、操作日志共九个模块,每一个模块都有自己的对应功能;教师功能包含以下微应用模块:首页、教务管理、数据中心、实验项目、用户服务、资源管理共六个模块,每一个模块都有自己的对应功能;学生功能包含以下微应用模块:首页、我的课堂、数据中心、实验项目、数据集配置共五个模块,每一个模块都有自己的对应功能。Further, in the step (3), first compile and package the front-end microservices of the platform to a specified directory, and write its corresponding configuration into the configuration file, including the communication IP and port configuration information with the backend microservices, and The unified entrance access is realized through the Nginx proxy. When the front-end micro-service starts, it will read the configuration file, so as to realize the communication with the back-end micro-service; the main function of each interface is an independent micro-application module, and the whole platform consists of multiple The composition of different micro-application modules, the administrator function includes the following micro-application modules: home page, big data service, my classroom, educational administration management, data center, experimental project, user service, resource management, operation log, a total of nine modules, each Each module has its own corresponding functions; teacher functions include the following micro-application modules: home page, educational administration management, data center, experimental project, user service, resource management, a total of six modules, each module has its own corresponding functions; student functions include The following micro-application modules: Homepage, My Classroom, Data Center, Experimental Project, and Dataset Configuration are five modules in total, and each module has its own corresponding functions.
进一步地,所述步骤(4)中,每一个微服务都对应一个数据库,不同库之间相互隔离,安装部署数据库服务,然后开放其用户权限,对一个指定的用户如果使用正确的密码,则可以在任意地址上登录使用该数据库服务,后端会将用户数据、实验数据,用户组数据、文档数据等平台相关的数据都存放在数据库中。Further, in the step (4), each microservice corresponds to a database, and different libraries are isolated from each other, and the database service is installed and deployed, and then its user permissions are opened. If a specified user uses the correct password, then You can log in to use the database service at any address, and the backend will store user data, experimental data, user group data, document data and other platform-related data in the database.
进一步地,步骤(2)的后端服务和步骤(3)的前端服务之间进行远程通信,两者部署在独立的环境中具体是将前后端分离后,前端服务和后端服务都可以单独运行在不同的节点上,两者之间完成了解耦,或者通过负载均衡来构建一个高可用的系统。Further, remote communication is performed between the backend service in step (2) and the frontend service in step (3), and the two are deployed in an independent environment. Specifically, after the frontend and backend are separated, the frontend service and the backend service can be separated Run on different nodes, complete decoupling between the two, or build a highly available system through load balancing.
进一步地,步骤(2)中后端服务接收到前端服务的每一个请求都会进行权限验证,防止恶意攻击,具体方法是,对于平台的每一个用户,都会为其分配一个唯一的token,这个token就是一个身份标识符,在平台上进行的每一步操作都要验证token来确保该操作不是恶意攻击。Furthermore, in step (2), each request received by the front-end service from the back-end service will be authenticated to prevent malicious attacks. The specific method is to assign a unique token to each user of the platform. This token It is an identity identifier. Every step of operation on the platform must verify the token to ensure that the operation is not a malicious attack.
有益效果:本发明能够基于一些通用服务器来部署一个基于Web的AI教学实训编程平台, 解决了用户在建设自己的AI平台时经常遇到的一些问题,例如:选型困难、安装配置门槛高、统一用户管理不便、本地开发环境较难搭建等,易于新手学习使用AI技术或者有经验的工作者进行开发或者科研作业,对于AI行业的技术教育有着十分积极地作用。Beneficial effects: the present invention can deploy a web-based AI teaching and training programming platform based on some common servers, which solves some problems that users often encounter when building their own AI platform, such as: difficulty in model selection, high threshold for installation and configuration , Unified user management is inconvenient, local development environment is difficult to build, etc. It is easy for novices to learn to use AI technology or experienced workers to conduct development or scientific research operations, which has a very positive effect on technical education in the AI industry.
附图说明Description of drawings
图1为本发明的管理员角色下总体流程示意图;Fig. 1 is a schematic diagram of the overall process under the administrator role of the present invention;
图2为本发明的教师角色下总体流程示意图;Fig. 2 is a schematic diagram of the overall process under the teacher role of the present invention;
图3为本发明的学生角色下总体流程示意图;Fig. 3 is a schematic diagram of the overall flow of the student role in the present invention;
图4为前端服务对管理员角色功能模块示意图;Fig. 4 is a schematic diagram of front-end service to administrator role function module;
图5为前端服务对教师角色功能模块示意图;Fig. 5 is a schematic diagram of front-end service to teacher's role function module;
图6为前端服务对学生角色功能模块示意图;Fig. 6 is a schematic diagram of the front-end service to the student role function module;
图7为后端服务的示意图。FIG. 7 is a schematic diagram of backend services.
具体实施方式Detailed ways
下面结合附图和具体实施例,进一步阐明本发明,应理解这些实施例仅用于说明本发明而不用于限制本发明的范围,在阅读了本发明之后,本领域技术人员对本发明的各种等价形式的修改均落于本申请所附权利要求所限定的范围。Below in conjunction with accompanying drawing and specific embodiment, further illustrate the present invention, should be understood that these embodiments are only for illustrating the present invention and are not intended to limit the scope of the present invention, after having read the present invention, those skilled in the art will understand various aspects of the present invention Modifications in equivalent forms all fall within the scope defined by the appended claims of this application.
本发明提出了一种AI教学实训编程平台的构建方法,在部署基于通用服务器搭建的云原生集群之上的微服务,使其能够使得用户通过网页与其进行交互操作,用户可以在网页上进行AI课程学习及AI项目实操等,所有用户代码的执行操作都是通过微服务传递到云原生集群中执行,并将结果反馈至网页显示,所有的代码开发、数据集操作、镜像操作等,用户都可以直接在统一页面进行管理操作,无需进行环境切换、页面多开等,从而实现了一站式的AI学习实训编程环境的构建。The present invention proposes a method for constructing an AI teaching and training programming platform. Deploying microservices based on cloud-native clusters built on general-purpose servers enables users to interact with them through web pages, and users can perform interactive operations on the web pages. AI course learning and AI project practice, etc., all user code execution operations are delivered to the cloud native cluster through microservices, and the results are fed back to the web page for display. All code development, data set operations, mirroring operations, etc., Users can directly perform management operations on the unified page, without the need to switch environments, open multiple pages, etc., thereby realizing the construction of a one-stop AI learning and training programming environment.
如图1~3所示,本发明的完整流程包含四个部分:底层云原生集群的定制化构建及配置、后端微服务基于云原生的部署、数据库的构建以及前端服务的构建。具体的实施流程说明如下:As shown in Figures 1 to 3, the complete process of the present invention includes four parts: customized construction and configuration of the underlying cloud-native cluster, deployment of back-end microservices based on cloud-native, database construction, and front-end service construction. The specific implementation process is described as follows:
底层云原生集群的定制化构建及配置对应技术方案步骤(1),具体实施方式为:先部署云原生基础环境Kubernetes集群(以下简称K8S);基于K8S部署Ceph存储层,在部署完成Ceph后,需设置K8S底层默认存储为Ceph,Ceph用于为整个K8S及其上的各种服务提供底层的分布式存储服务;然后基于K8S部署镜像管理仓库Harbor,Harbor为用户使用默认实训环境镜像及自定义实训环境镜像提供管理功能;最后基于K8S部署Nacos服务,用于后端微服务的服务发现。至此,完成了全部的云原生环境构建。The customized construction and configuration of the underlying cloud-native cluster corresponds to the technical solution step (1). The specific implementation method is: first deploy the cloud-native basic environment Kubernetes cluster (hereinafter referred to as K8S); deploy the Ceph storage layer based on K8S, and after the deployment of Ceph is completed, It is necessary to set the bottom layer default storage of K8S to Ceph. Ceph is used to provide bottom layer distributed storage services for the entire K8S and various services on it; then deploy mirror management warehouse Harbor based on K8S. Harbor uses the default training environment mirror image and self-service for users. Define the training environment image to provide management functions; finally, deploy Nacos services based on K8S for service discovery of backend microservices. So far, the entire cloud native environment construction has been completed.
后端微服务的搭建对应技术方案步骤(2),具体实施方式为:首先根据前端服务的界面功能开发对应的功能微服务模块,每一个微服务模块负责处理对应不同类型的界面功能,例如构建AI实训环境是一个微服务模块,AI课程学习管理是另一个微服务模块;然后针对IP地址、端口号、主机列表这些需要动态更改的配置参数,统一提取到配置文件或设置到K8S的环境变量中,配置文件及K8S的环境变量包括部分服务内部VIP、数据库配置以及一些配套服务的配置参数,每一个功能微服务模块都有其专属的配置参数,最后将所有微服务对应的参数或配在启动文件中或设置到K8S环境变量中,从而正确启动相应的微服务模块;在处理前端界面功能请求时,每一个请求都有专门的方法来进行响应处理,通过SpringCloud实现的方法来控制,然后将具体的要求发送到对应的底层集群架构或微服务进行实现,然后将运行结果反馈给界面展示;同时会将用户在使用过程产生的所有数据包括操作日志存储到数据库之中。全部的后端微服务都是基于云原生环境进行部署运行,便于在新服务器集群部署使用,环境里包含了所有后端微服务所需的软件以及AI操作环境,在界面上进行的所有教学及实训都是基于这些微服务进行的。The construction of the back-end micro-service corresponds to step (2) of the technical solution. The specific implementation method is: first, develop the corresponding functional micro-service module according to the interface function of the front-end service. Each micro-service module is responsible for processing the corresponding different types of interface functions, such as building The AI training environment is a micro-service module, and the AI course learning management is another micro-service module; then for the configuration parameters that need to be changed dynamically, such as IP address, port number, and host list, they are uniformly extracted to the configuration file or set to the K8S environment Among the variables, configuration files and environment variables of K8S include the internal VIP of some services, database configuration, and configuration parameters of some supporting services. Each functional microservice module has its own configuration parameters. In the startup file or set to the K8S environment variable, so as to correctly start the corresponding microservice module; when processing the front-end interface function request, each request has a special method for response processing, which is controlled by the method implemented by SpringCloud. Then send the specific requirements to the corresponding underlying cluster architecture or microservices for implementation, and then feed back the running results to the interface for display; at the same time, all the data generated by the user during use, including operation logs, will be stored in the database. All back-end micro-services are deployed and run based on the cloud-native environment, which is convenient for deployment and use in new server clusters. The environment includes all the software required for back-end micro-services and the AI operating environment. All teaching and learning on the interface The practical training is based on these microservices.
前端服务的搭建对应技术方案步骤(3),具体实施方式为:首先将平台的前端微服务编译打包至指定目录,同时将其对应的配置写到配置文件中,包括与后端微服务通信IP、端口等配置信息,并通过Nginx代理实现统一入口访问,前端微服务启动时会读取配置文件,从而实现与后端微服务之间的通信。每一个界面主功能都是一个独立的微应用模块,整个平台由多个不同的微应用模块构成,管理员功能主要包含以下微应用模块:首页、大数据服务、我的课堂、教务管理、数据中心、实验项目、用户服务、资源管理、操作日志共九个模块,每一个模块都有自己的对应功能。教师功能主要包含以下微应用模块:首页、教务管理、数据中心、实验项目、用户服务、资源管理共六个模块,每一个模块都有自己的对应功能。学生功能主要包含以下微应用模块:首页、我的课堂、数据中心、实验项目、数据集配置共五个模块,每一个模块都有自己的对应功能。前端微服务发起的请求会有以下三种处理方式:The construction of the front-end service corresponds to step (3) of the technical solution. The specific implementation method is: first compile and package the front-end micro-service of the platform to the specified directory, and at the same time write its corresponding configuration into the configuration file, including the communication IP with the back-end micro-service , port and other configuration information, and achieve unified entrance access through the Nginx proxy. When the front-end micro-service starts, it will read the configuration file to realize communication with the back-end micro-service. The main function of each interface is an independent micro-application module. The whole platform is composed of multiple different micro-application modules. The administrator function mainly includes the following micro-application modules: home page, big data service, my classroom, educational administration management, Center, experimental project, user service, resource management, and operation log are nine modules in total, and each module has its own corresponding function. Teacher functions mainly include the following micro-application modules: home page, educational administration management, data center, experimental project, user service, and resource management, a total of six modules, each of which has its own corresponding functions. The student function mainly includes the following micro-application modules: Homepage, My Classroom, Data Center, Experimental Project, and Dataset Configuration. There are five modules in total, and each module has its own corresponding function. The request initiated by the front-end microservice will be processed in the following three ways:
部分独立的验证会在前端处理后直接返回结果;Some independent verifications will return results directly after front-end processing;
涉及到权限验证的模块功能请求会在前端处理后,将请求发送至后端进行认证并返回结果;Module function requests involving permission verification will be processed by the front end, and then sent to the back end for authentication and return the result;
涉及到云原生集群的操作请求如构建实训环境等会先发送至后端微服务初步处理,并由后端微服务统一调度至集群中进行执行,并将相应信息反馈至前端界面。Operation requests related to cloud-native clusters, such as building a training environment, will be sent to the back-end microservices for preliminary processing, and the back-end microservices will be uniformly dispatched to the cluster for execution, and the corresponding information will be fed back to the front-end interface.
数据库的搭建对应技术方案步骤(4),具体实施方式为:安装部署数据库服务,然后开放其用户权限,对一个指定的用户如果使用正确的密码,则可以在任意地址上登录使用该数据库服务。后端会将用户数据、实验数据,用户组数据、文档数据等平台相关的数据都存放在数据库中。The construction of the database corresponds to step (4) of the technical solution. The specific implementation method is: install and deploy the database service, and then open its user permissions. If a specified user uses the correct password, he can log in to use the database service at any address. The backend will store user data, experimental data, user group data, document data and other platform-related data in the database.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211233898.8A CN115643249A (en) | 2022-10-10 | 2022-10-10 | Construction method of AI teaching practical training programming platform based on Web page |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211233898.8A CN115643249A (en) | 2022-10-10 | 2022-10-10 | Construction method of AI teaching practical training programming platform based on Web page |
Publications (1)
Publication Number | Publication Date |
---|---|
CN115643249A true CN115643249A (en) | 2023-01-24 |
Family
ID=84941636
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202211233898.8A Pending CN115643249A (en) | 2022-10-10 | 2022-10-10 | Construction method of AI teaching practical training programming platform based on Web page |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115643249A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117524445A (en) * | 2023-10-19 | 2024-02-06 | 广州中康数字科技有限公司 | Medical field artificial intelligence engineering platform based on micro-service and containerization technology |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110136037A (en) * | 2019-05-22 | 2019-08-16 | 毕成 | A kind of internet precision educational counseling system based on big data and artificial intelligence |
CN114138460A (en) * | 2021-10-31 | 2022-03-04 | 郑州云海信息技术有限公司 | Artificial intelligence teaching platform and teaching method and related device thereof |
CN115118705A (en) * | 2022-06-28 | 2022-09-27 | 重庆大学 | Industrial edge management and control platform based on micro-service |
-
2022
- 2022-10-10 CN CN202211233898.8A patent/CN115643249A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110136037A (en) * | 2019-05-22 | 2019-08-16 | 毕成 | A kind of internet precision educational counseling system based on big data and artificial intelligence |
CN114138460A (en) * | 2021-10-31 | 2022-03-04 | 郑州云海信息技术有限公司 | Artificial intelligence teaching platform and teaching method and related device thereof |
CN115118705A (en) * | 2022-06-28 | 2022-09-27 | 重庆大学 | Industrial edge management and control platform based on micro-service |
Non-Patent Citations (2)
Title |
---|
吕太之等: "基于微服务的云计算专业教学资源平台设计与实现", 北部湾大学学报, 20 February 2020 (2020-02-20), pages 42 * |
曾腾等: "全媒体教学资源中台系统的构建与实践——以北京大学推进线上线下同步教学为例", 现代教育技术, 15 May 2022 (2022-05-15), pages 121 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117524445A (en) * | 2023-10-19 | 2024-02-06 | 广州中康数字科技有限公司 | Medical field artificial intelligence engineering platform based on micro-service and containerization technology |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12149454B2 (en) | Virtual computing services deployment network | |
CN102648448B (en) | Supply and manage replicated data | |
EP1682978B1 (en) | Method and system for accessing and managing virtual machines | |
CN102638475B (en) | Multi-dimensional intelligent service point virtual desktop method and infrastructure | |
CN103984589A (en) | Virtual machine-based lab practice environment establishment method for realizing computer experiment teaching | |
CN113835822B (en) | Cross-cloud platform virtual machine migration method, device, storage medium and electronic device | |
CN109104467A (en) | Develop environment construction method, apparatus and plateform system and storage medium | |
CN103220364A (en) | Cloud-based system management training platform architecture | |
CN102591778B (en) | Evaluation system of extendable program competition based on service | |
Celesti et al. | Integration of clever clouds with third party software systems through a rest web service interface | |
CN115643249A (en) | Construction method of AI teaching practical training programming platform based on Web page | |
Heuchert et al. | Design of a small-scale and failure-resistant IaaS cloud using OpenStack | |
CN116069449A (en) | Experimental environment deployment method and system based on container technology | |
CN113312128B (en) | A desktop cloud system that integrates microservices and IDV architecture | |
US20230343360A1 (en) | Web conference audio quality verification | |
Li et al. | Experiencing virtual computing lab in information technology education | |
CN113205434A (en) | Online experimental teaching system and method based on container technology | |
Border | Cloud computing in the curriculum: fundamental and enabling technologies | |
CN111414349A (en) | Interactive unified big data programming computing platform | |
CN109857491A (en) | A kind of cloud desktop platform system based on SPICE open source protocol | |
CN105681453B (en) | Cloud computing-based server virtualization cluster method, device and system | |
Liu | Application of Big Data Technology in Digital Campus Construction | |
CN118211436B (en) | Construction method of meta-universe experiment platform based on universal virtual mirror image | |
US10491533B1 (en) | Dynamically configured overlay multicast | |
CN110764877B (en) | Virtual laboratory system and method based on cloud computing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |