# pp_seg **Repository Path**: daelui-tensorflow/pp_seg ## Basic Information - **Project Name**: pp_seg - **Description**: 基于飞桨的图像分割应用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-13 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PP_SEG #### 演示地址 #### 介绍 - PP_SEG(Paddle PaddleSeg) - 基于飞桨的AI图片处理应用 - 登记照 #### 软件架构 - 前端:VUE + ElementUI - 后端:NodeJS + OXKit + Python #### 安装教程 1. 安装Node环境: - 官方下载: http://nodejs.cn/ - 网盘下载: https://pan.baidu.com/s/1zDvPKzRqFNwwJC3Jpr999g?pwd=node 提取码: node #### 使用说明 - 方式1: 命令启动 1. cd dest/server 2. node app.js - 方式2: 脚本启动 1. windows:双击执行start.bat ##### 访问 * 页面访问地址: - http://127.0.0.1:4001/app/index.html ##### 配置说明 * 服务端配置文件:server/config/app.config.js * 前端配置文件:app/public/config/app.config.js #### 本地开发及运行 - 前端: 1. cd app 2. npm install 3. npm run serve - 后端: 1. cd server 2. npm install 3. node app.js #### 备注 - 飞桨图像分割应用 https://gitcode.com/gh_mirrors/pa/PaddleSeg.git - pip install -r requirements.txt