# bottleCapIdentification **Repository Path**: lpweb/bottleCapIdentification ## Basic Information - **Project Name**: bottleCapIdentification - **Description**: 瓶盖正反侧状态识别 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-18 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 * frontend * backend * IdentifyModel.py * ImgModel.py * Localserver.py * main.py # 环境配置 ## 前端 * 安装node.js ## 后端 建议使用conda导入环境 conda env create -f environment.yaml 或自行安装python3.6.4(注意高版本环境会导致识别问题,自行安装请务必保证版本号一致) pip install tornado==4.5.3 pip install numpy==1.14.2 pip install opencv-python==4.1.2.30 pip install pillow==5.0.0 # 运行 ## 前端 cd frontend npm install npm start ## 后端 cd backend python3 main.py 在main.py中编写了本地服务器的启动程序