Open guibranco opened 1 month ago
Click the checkbox below to generate a PR!
@guibranco, You have 3 requests left in this cycle which refreshes on 2024-09-21 09:19:24+00:00. If you have any questions or concerns, please contact us at info@gitauto.ai.
@guibranco Pull request completed! Check it out here https://github.com/GuilhermeStracini/POC-dotnet-tensorflow/pull/5 š Should you have any questions or wish to change settings or limits, please feel free to contact info@gitauto.ai or invite us to Slack Connect.
Overview
This repository will serve as a Proof-of-Concept (PoC) for a .NET project that demonstrates image recognition using TensorFlow. The goal is to build a simple application capable of recognizing objects in images by following the steps outlined in this tutorial.
Tasks
Set up TensorFlow in .NET
TensorFlow.NET
andSciSharp.TensorFlow.Redist
.Preprocess Images
Build Model Integration
Perform Image Recognition
Example Code
Below is a sample snippet in C# that shows how to load a TensorFlow model and use it for image recognition:
This code shows how to:
Resources