migueldeicaza/TensorFlowSharp
.NET language bindings for TensorFlow enabling ML model loading and execution from C# and F#.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
TensorFlowSharp provides strongly-typed .NET API access to the TensorFlow C API, allowing C# and F# developers to load and run trained ML models in .NET environments. It surfaces the complete low-level TensorFlow API as a .NET library, enabling users to prototype models in Python using TensorFlow or Keras, then load and execute those models from .NET code with their own data.