Skip to content

juanjaho/AnimeArcaneGAN_Mobile

Repository files navigation

Mobile Implementation of AnimeGAN and ArcaneGAN

This project is a wrapper of the base model made by @TachibanaYoshino AnimeGANv2 and the weighted face model by @bryandlee animegan2-pytorch and Arcane model by @Alex Spirin ArcaneGANv0.3.

This project differs from commercial applications such as Prequel because the images are processed locally/natively on the device itself rather than through a cloud server.

Download the apk

Example

Elephant at sunset Elephant at sunset Elephant at sunset
Elephant at sunset Elephant at sunset Elephant at sunset
Original AnimeGAN_Mobile Arcane

Getting Started

Clone the project

git clone https://github.com/juanjaho/animeGAN_Mobile

Create gradle.properties inside android folder at

android/gradle.properties

Copy and paste the following into the gradle.properties:

android.useAndroidX=true
android.enableJetifier=true
FLIPPER_VERSION=0.99.0
MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
MYAPP_UPLOAD_KEY_ALIAS=my-key-alias

Get the latest models from latest release and add wanted models to

android/app/src/main/assets

Enjoy :)