Coder Social home page Coder Social logo

musesphoto's Introduction

MusesPhoto部署指南

1 部署环境

conda install python=3.6
conda install cudatoolkit=9.0
conda install cudnn==7.1.2
conda install tensorflow-gpu==1.9
conda install pillow
conda install opencv
conda install flask
conda install flask_cors
conda install scipy==1.1.0
conda install requests
conda install numpy==1.16.0

2 服务器启动

python start.py

3 API文档

3.1 添加滤镜

  • 地址: /api/addFilter/<filter_id>
  • 方法: POST

3.2 下载图片

  • 地址: /images/<filename>
  • 方法: GET

3.3 风格迁移

  • 地址: /api/transfer
  • 方法: POST
  • 参数:
    • 文件: 使用multipart/form-data上传图像,名称为file
    • upload_id: 滤镜信息中的upload_id

musesphoto's People

Contributors

czczup avatar

Watchers

 avatar

Forkers

fatballfish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.