From 0ab261d84282c518967cc567a51e300294db18ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=86=AC=E7=85=9C?= <10185101162@stu.ecnu.edu.cn> Date: Wed, 13 Jan 2021 19:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70baf66..dfe7681 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # style-transform-master -基于预训练VGG-19的风格迁移的web应用。 \ No newline at end of file +基于预训练VGG-19的风格迁移的web应用。 + +## 单机运行 + +通过git clone将项目保存到本地,安装nodejs,使用npm安装cheerio、express、cookie-parser、body-parser、cors、multer包,然后通过运行命令: + +``` +node server.js +``` + +将项目在本地运行,运行在https://localhost:1337/ + +## 云端部署 + +请切换到cloud分支查看详情。 \ No newline at end of file