This is an iOS app that uses neural-style to apply a style from one image (usually a painting) to another image (usually a photograph).
It's built on top of Couchbase Lite iOS and the open source Couchbase Mobile mobile database product suite.
- Xcode 7
- Carthage
Clone the repo:
$ git clone <repo-url>
Install Carthage:
$ brew install carthage
Get the Carthage dependencies:
$ carthage bootstrap
Add the following environment variables to your ~/.bash_profile
:
export DEEPSTYLE_FB_APP_ID=<your facebook app id>
export DEEPSTYLE_FABRIC_APP_ID=<your fabric app id>
export DEEPSTYLE_FABRIC_APP_SECRET=<your fabric app secret>
Open XCode and build.
- Install Couchbase Sync Gateway and use this Sync Gateway config
- Install the accompanying backend module