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
- Host: GitHub
- URL: https://github.com/ctsiaousis/tensorflow-console-example
- Owner: ctsiaousis
- Created: 2021-07-20T09:37:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T11:08:17.000Z (over 4 years ago)
- Last Synced: 2024-12-21T06:26:30.381Z (over 1 year ago)
- Topics: qt5, tensorflow-cpp, tensorflow-examples
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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