# show_model **Repository Path**: ding_zhenzhen/show_model ## Basic Information - **Project Name**: show_model - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # show_model 这个系统包含小程序端和服务端(python实现)。 小程序端通过选择图片,将图片传给服务端。接收服务端返回的图片,并展示出来。 服务端通过flask框架,调用训练好的模型,进行图片风格的转换,然后将生成的图片返回给小程序。