AndreJFBico / TensorFlowSharp

TensorFlow API for .NET languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of TensorFlowSharp with a example running on iOS

The example is present in Examples/FastStyleTransferIOS.

Before you run anything you need to download two files protobuf.a and libtensorflow-core.a and move them to TensorFlowSharp/TensorFlowSharp.iOS folder. They are the two tensorflow compiled static libraries for iOS.

Link:

https://www.dropbox.com/sh/2do9daqnadubi6m/AAAPd3E7koUNCCrO-aXhRVeVa?dl=0

Note: To compile the static libraries yourself check my other fork of tensorflow itself.

https://github.com/AndreJFBico/tensorflow

About

TensorFlow API for .NET languages

License:MIT License


Languages

Language:C# 99.6%Language:F# 0.4%Language:Makefile 0.0%Language:Shell 0.0%