# ai-course **Repository Path**: lvyi22/ai-course ## Basic Information - **Project Name**: ai-course - **Description**: 使用python将AI服务化,提供webAPI和web页面访问AI - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-05 - **Last Updated**: 2024-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai-course #### 介绍 如何使用python搭建AI应用,实现web接口和web页面访问AI #### 软件架构 软件架构说明 软件基于python 3.10 在window 11 操作系统下开发 #### 安装教程/使用说明 1. 在根目录下执行cmd命令: 2. python -m venv venv --创建python虚拟环境,此步骤不是必须的, 3. venv/scripts/activate --激活进入python虚拟环境,如果没有执行步骤1,此步骤也不是必须的 4. pip install -r requirements.txt --安装依赖库 5. python main.py --启动服务 6. 在浏览器中访问 http://127.0.0.1:8000/frontend/index.html