Skip to content

Commit 306a5c0

Browse files
authored
Update README.md
1 parent f83d36e commit 306a5c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Run TensorFlow models in c++ without Bazel, without TensorFlow installation and
2525
2626
You can take a look to the [examples](https://github.com/serizba/cppflow/tree/cppflow2/examples) to see a full example on how to load a deep network and feed it with a sample image.
2727
28+
## Documentation
29+
30+
Check the docs at [https://serizba.github.io/cppflow/](https://serizba.github.io/cppflow/).
31+
32+
There you can find quickstart guides and more information about how to install the library and run the examples.
33+
2834
## Development
2935
3036
CppFlow is basically a wrapper over TensorFlow C API. The basic class, [tensor](https://github.com/serizba/cppflow/blob/cppflow2/include/cppflow/tensor.h) is a wrapper of a TF eager tensor, and it just constains a pointer to its TF representation.

0 commit comments

Comments
 (0)