An open API service indexing awesome lists of open source software.

https://github.com/ctsiaousis/tensorflow-console-example


https://github.com/ctsiaousis/tensorflow-console-example

qt5 tensorflow-cpp tensorflow-examples

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# A TensorFlow C API used in a Qt Console Application

It was compiled using Qt 5.15.2 and the MinGW 64-bit compiler, but should work with MSVC 64-bit aswell.

___

## How To

* First download the TensorFlow C API from [this](https://www.tensorflow.org/install/lang_c) link. I used the windows CPU only library.
* Extract the contents on a directory called `TensorFlow`, located on a directory `Libraries` inside your projects directory. For better understanding, take a look at the `INCLUDEPATH` and `LIBS` variables on the `TensorFlow-console-example.pro` file.
* Clone this repo inside your project directory.
* Open the file `TensorFlow-console-example.pro` with Qt Creator and build