README.md

stylex

Codecov test
coverage R-CMD-check

Neural style transfer is the process of using the style of one image and the content of another to produce a new image (Gatys, Ecker,Bethge (2015) \<arXiv:1508.06576>). Implementing style transfer often involves multiple iterations to dial in the desired effect. This package aims to guide the user through that process.

This package was heavily inspired by a blog by Athos Damiani.

Installation

You can install the released version of stylex from CRAN with:

# No you can't.
# install.packages("stylex")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jonthegeek/stylex")

Example

\<Fill in examples here.>

library(stylex)
## basic example code to come


jonthegeek/stylex documentation built on Dec. 21, 2021, 2:17 a.m.