Skip to content

vvmnnnkv/s4tf-fast-style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Style Transfer with S4TF

Fast style transfer model re-written in Swift for TensorFlow. The model can be installed as SwiftPM package.

Based on the PyTorch implementation. The model should be trainable, but so far I only tested it for inference with pre-trained weights.

For more info and usage example, see demo notebook in Colab!

Additionally, there's sample console application. Execute in the package folder:

swift run FastStyleTranserDemo --input=Demo/cat.jpg --output=candycat.jpg

Releases

No releases published

Packages

No packages published

Languages