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.
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")
\<Fill in examples here.>
library(stylex)
## basic example code to come
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.