Skip to content

Run waifu2x using Core ML on iOS within your Expo & React Native App

License

Notifications You must be signed in to change notification settings

jfmoe/react-native-waifu2x

Repository files navigation

react-native-waifu2x

This is a React Native implementation of waifu2x. The target of this project is to run waifu2x models right on devices without network. Currently only supports iOS devices.

Installation

Expo

Install the library:

npx expo install react-native-waifu2x

Then rebuild your app:

npx expo prebuild -p ios --clean
npx expo run:ios

Usage

See the example app.

About models

You can download from here. If you want to customizable models, see waifu2x-ios#about-models.

Demo

demo

Related Projects