Member-only story

Style Transfer in Android Applications with Fritz AI

Theory and application for your Android device

Derrick Mwiti
5 min readDec 7, 2020

Neural style transfer is a technique used to generate images in the style of another image. A deeper dive into the theory of style transfer can found here. In this piece, we shall focus on applying style transfer in Android applications using Fritz AI.

Getting Started

The first step is to create an Android project. Once you do, note the application ID. Next, log into your Fritz account and register the application. This will set up communication between your application and Fritz AI.

Click on the next button and name your application. While you are there, don’t forget to enter your application ID. You can find the ID in your app’s build.gradle file.

With that out of the way, you can now install the Fritz AI SDK. In your root-level Gradle file (build.gradle) include the Maven repository for Fritz.

--

--

No responses yet