Git Product home page Git Product logo

styletransfer's Introduction

Neural Image Style Transfer

A pre-trained Convolutional Neural Network (CNN) for transferring style from patterns and apparels images onto fashion apparels.

Motivation

In the past, style transfers have been widely used to impose an artistic style on arbitrary images. Here, we try to use style transfer with the help of Convolutional Neural Networks (CNN) to impose the artistic style of fashion wears, giving us a neural network algorithm to create artistic fashion images.

Frameworks

  • Tensorflow - Open source library used for deeplearning
  • PIL - Image processing library
  • OpenCV - Image Processing Library
  • Matplotlib - Library used for visualizations

Installation

Using python's package manager pip to install the dependencies

pip install tensorflow==1.14
pip install PIL
pip install opencv-python
pip install matplotlib
pip install yacs

How to run

Execute the following command on the terminal

!python3 NeuralStyleTransfer.py --content image_path --style style_path --output output_path

--content: Path to the original image

--style: Path to the image which contains the style to apply

--output: Path to save your stylized image

--help: Look at other commands

The results images are compressed as the img.zip file

NOTE : The python script can also be executed on Google Colab using StyleTransfer.ipynb

styletransfer's People

Contributors

thebadcoder96 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.