Skip to content

tleyden/deepstyle-ios

Repository files navigation

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.

Pre-requisites to build

Instructions to build

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.

Deploying

About

Open Source iOS app that uses neural-style to apply an artistic style to a photograph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published