Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 2.89 KB

README.rst

File metadata and controls

93 lines (69 loc) · 2.89 KB
package License Project Status: Active
code black mypy Lint status via GitHub Actions
tests Test status on Linux and macOS via Travis CI Test status on Windows via AppVeyor Test coverage
docs Documentation status

pystiche

pystiche (pronounced /ˈpaɪˈstiʃ/ ) is a framework for Neural Style Transfer (NST) built upon PyTorch. The name of the project is a pun on pastiche meaning:

A pastiche is a work of visual art [...] that imitates the style or character of the work of one or more other artists. Unlike parody, pastiche celebrates, rather than mocks, the work it imitates.

Getting started

pystiche is a proper Python package and can be installed with pip. It is not yet listed on PyPI, since it will be reviewed at pyOpenSci . To install the latest version of pystiche run

pip install git+https:/pmeier/pystiche

For extended installation instructions and usage examples please consult the documentation hosted on readthedocs.com .