# image_synthesis **Repository Path**: chen1404276788/image_synthesis ## Basic Information - **Project Name**: image_synthesis - **Description**: 图片合成 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # image_synthesis #### 介绍 图片合成 ## 介绍及使用 > 假设你已熟练使用Flask 脚本一键启动基于 Docker 容器的 Flask 服务。 ```bash curl -sSO https://gitee.com/degao/docker-flask/raw/master/run.sh && bash run.sh dev ``` #### 生成docker镜像 docker build -t ch/image_synthesis:latest #### test镜像 docker run -it --rm -p 5000:5000 ch/image_synthesis:latest bash docker run -it --rm -d -p 5000:5000 ch/image_synthesis:latest #### 效果图 ![输入图片说明](test/Snipaste_2022-02-08_16-21-38.jpg)