Neargye/hello_tf_c_api
Neural Network TensorFlow C API
This is an example project for developers looking to integrate TensorFlow's machine learning capabilities directly into their C++ applications. It shows how to load pre-trained neural network models (graphs and weights) into a C++ program and then run them with new data. The project provides code samples demonstrating how to input data, execute a model, and retrieve predictions, making it easier for C++ developers to embed AI without relying on Python.
474 stars. No commits in the last 6 months.
Use this if you are a C++ developer who needs to deploy existing TensorFlow models directly within a C++ application for performance or integration reasons.
Not ideal if you are an end-user looking for a pre-built application or if you prefer to work with TensorFlow using Python or other high-level languages.
Stars
474
Forks
135
Language
C++
License
MIT
Category
Last pushed
May 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Neargye/hello_tf_c_api"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
apache/tvm
Open Machine Learning Compiler Framework
uxlfoundation/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
OpenMined/TenSEAL
A library for doing homomorphic encryption operations on tensors
iree-org/iree-turbine
IREE's PyTorch Frontend, based on Torch Dynamo.