# ML_CAI **Repository Path**: DING_key/ml_cai ## Basic Information - **Project Name**: ML_CAI - **Description**: 机器学习辅助教学平台2.0 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-22 - **Last Updated**: 2021-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 机器学习辅助教学平台2.0 部署版 ### 概述 本源码为部署版,相对于开发版在数据库配置、系统设置等方面有所不同,数据库用户为ding,密码为19981106,同时关闭了调试开关,并将static目录收集于根目录下,进行了IIS服务器的适配(web.config文件)。 ### 运行环境 系统:Windows Server R2 Python版本:Python 3.6 数据库版本:MySQL5.7 依赖详情请参照requirement.txt,可以使用pip install -r requirements.txt 指令批量安装依赖。