# Classify_serverdeploy **Repository Path**: ruan-qinxiang/Classify_serverdeploy ## Basic Information - **Project Name**: Classify_serverdeploy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #环境初始化 - python3 - 安装框架flask`pip3 install flask` - 安装tensorflow,keras等依赖 > - `pip3 install tensorflow==1.13.1` > - `pip3 install keras==2.3.1 ` > - `pip3 install opencv-python ` > - `pip3 install requests ` > - `pip3 install Pillow ` #运行 - 1.命令`python3 run.py`开启窗口本地调试 - 2.命令`python3 flask_sever.py`开启服务部署 - 3.命令`sh ./start.sh`开启后台运行服务部署