Skip to content

nosyjoe/ArtisticStyleTransferAndroidDemo

Repository files navigation

Artistic Style Transfer Android Demo

Demonstrates how to setup TensorFlow for artistic style transfer

Android Demo App

Building the app should be straight-forward by opening the project in Android Studio or running ./gradlew assembleDebug on the command line. Android SDK must be installed properly.

Training a style

tbw

Links

Artistic Style Transfer

Tensorflow

Implementations

  • Logan Lengström's fast style transfer This is the one I ended up using since setting up the training was easy and the results great. It was also used to create the style.pb in this demo.
  • Google's Magenta Model (allows mixing of styles): GitHub, blog post and Google Code Lab
  • neural-style has an implementation that allows tweaking of the result by specifying more parameters for the training process, like color-preserving or chaning the level of how abstract the result gets

Other

About

Demonstrates how to setup TensorFlow for artistic style transfer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages