tleyden / deepstyle-ios

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Objective-C 84.5%Language:Swift 15.5%