基于预训练深度学习模型的风格迁移应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
刘冬煜 0ab261d842 更新 'README.md' 3 years ago
style-transform-master 修改index页面,完善介绍 删除 3 years ago
README.md 更新 'README.md' 3 years ago

README.md

style-transform-master

基于预训练VGG-19的风格迁移的web应用。

单机运行

通过git clone将项目保存到本地,安装nodejs,使用npm安装cheerio、express、cookie-parser、body-parser、cors、multer包,然后通过运行命令:

node server.js

将项目在本地运行,运行在https://localhost:1337/

云端部署

请切换到cloud分支查看详情。