An image style transfer App built with TensorFlow and React Native.
Artist is an App built with TensorFlow and React Native, which can transfer the style of your pictures.
- TensorFlow Version: 1.2.0-rc0
- stylize_v1 model: Download
- Use some Java code of the TensorFlow Anrdroid demo: TensorFlow Android Demo
You can change the TensorFlow Version by editing the file android/app/build.gradle
:
dependencies {
...
compile 'org.tensorflow:tensorflow-android:1.2.0-rc0'
...
}
More information about the stylize_v1 model