Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 952 Bytes

File metadata and controls

32 lines (22 loc) · 952 Bytes

Style Transfer

In this example, you will learn how to do style transfer with pre-trained CycleGAN models. You will transform regular images into a painting by a famous artist. The supported artists are:

  • Cezanne
  • Monet
  • Ukiyoe
  • Vangogh
Cezanne Monet      Ukiyoe     Vangogh

The minimum API level for this project is 26.

Setup

Use the following command to install this app on your Android phone:

cd style_transfer_cyclegan

# for Linux/macOS
./gradlew iD

# for Windows
..\gradlew iD

It will install the Style transfer application on your Android phone.