Home
 
  
🔍

🔗 Using Blazor, Tensorflow and ML.NET to Identify Images

https://www.dotnetcurry.com/aspnet-core/1537/blazor-ml-dotnet

May 17, 2020

This article brings together Blazor, ML.NET and TensorFlow to build a SPA where users can identify the main object in a picture.

blazor-ml

January 23, 2020

Example application that shows how to integrate a Blazor server-side application with ML.NET

  • Users can upload images using the Blazor application, which are classified into one of 1000 labels using the ML.NET model.
  • The ML.NET model simply loads a pre-trained TensorFlow Google's inception model.

I wrote an article in the DotNetCurry magazine explaining the integration between Blazor and ML.NET.

DaniJG/blazor-ml - GitHub

 

© 2022