Click here to Skip to main content
15,884,473 members
Articles / Artificial Intelligence / Tensorflow

Invoking TensorFlow AI (Python) from a C# Desktop Application

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
11 Oct 2019CPOL11 min read 27.2K   1K   31  
Demonstrates how to invoke TensorFlow neural networks from a C# application and also how to use a Python-generated chart to display the results.
In this article, you will see a C# desktop application that invokes two TensorFlow AI models that were initially written in Python.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freelancer
Germany Germany
I'm a freelance software developer/architect located in Southern Germany with 20 years of experience in C++, VB, and C# software projects. Since about ten years I do all my coding exclusively in C# for business application development - and nowadays Python for Data Science, ML, and AI.
I am especially dedicated to Test-driven development, OO architecture, software quality assurance issues and tools.

Comments and Discussions