Transfer the style of one image to another using PyTorch
Project description
styletransfer
A Python library to transfer the style of one picture to another using PyTorch.
Installation
You can install styletransfer from PyPi using:
pip install styletransfer
This package requires Python 3.x
Basic usage
The easiest way to get started is taking an online image for style transfer and just running with the default parameters:
from styletransfer import StyleTransfer styleTransfer = StyleTransfer() #Set the content image from URL styleTransfer.setContentFromUrl('https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Felis_silvestris_catus_lying_on_rice_straw.jpg/640px-Felis_silvestris_catus_lying_on_rice_straw.jpg') #Set the style image from URL styleTransfer.setStyleFromUrl('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Tsunami_by_hokusai_19th_century.jpg/640px-Tsunami_by_hokusai_19th_century.jpg') #Use default settings and train the model #If you do not have a GPU that can take 30-60 minutes styleTransfer.apply() #Write the result image to a file styleTransfer.writeFinalImage('stylized_image.jpg')
Advanced usage
TBD: Detailed instructions to follow
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size styletransfer-0.8.2-py3-none-any.whl (8.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size styletransfer-0.8.2.tar.gz (6.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for styletransfer-0.8.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2125e1f2e8448a3271acf20b59831549ac7b081806352578ec1e8e8369b1a437 |
|
MD5 | daa4e8486fe3f6a544cd31045e86ec1c |
|
BLAKE2-256 | 1719613d42071473cff4892a5caeeec31121f2511ad9346176438f96eac286af |