https://github.com/software-mansion-labs/executorch-style-transfer
Demo app for executorch style transfer tutorial.
https://github.com/software-mansion-labs/executorch-style-transfer
Last synced: about 2 months ago
JSON representation
Demo app for executorch style transfer tutorial.
- Host: GitHub
- URL: https://github.com/software-mansion-labs/executorch-style-transfer
- Owner: software-mansion-labs
- Created: 2024-06-11T12:54:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:48:20.000Z (11 months ago)
- Last Synced: 2025-02-03T12:48:24.962Z (4 months ago)
- Language: C++
- Size: 37.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Executorch Style Transfer Demo App
Follow these steps to set up and run the app:
### IOS
1. **Install dependencies**
```sh
yarn
```2. **Run the app on iOS**
```sh
yarn expo run:ios
```### Android
1. **Install dependencies**
```sh
yarn
```2. **Get prebuilt libexecutorch runtime**
```sh
cd android/app/src/main/jniLibs/arm64-v8a
wget https://github.com/software-mansion-labs/executorch-style-transfer/releases/download/v1.0.0/android-libexecutorch-xnnpack.zip
unzip android-libexecutorch-xnnpack.zip
```3. **Run the app**
```sh
yarn expo run:android
```