Open smartyfn opened 5 years ago
Hi , I am not a contributing author to this project. But, I did develop a sample project which demonstrates training a CNN using Python to recognize MNIST digits and then detect the test pictures using TensorFlowSharp C# library.
If this is what you are looking for then , this sample code is hyperlinked here: https://github.com/migueldeicaza/TensorFlowSharp/issues/347
This is a very simple C# console application. All the hardwork is done by TensorFlow and TensorFlowSharp
Cheers
I am a C# engineer. My project uses keras in Python to detect image. I know tensorflowsharp but it doesn't have C# api of keras. How to detect on an image using C# language in keras environment. Any suggestions will be greatly appreciated.