lobe.NET icon indicating copy to clipboard operation
lobe.NET copied to clipboard

.NET library for lobe.

Results 3 lobe.NET issues
Sort by recently updated
recently updated
newest added

Hello: I have trained an image converter model in Lobe (version 0.10.1130.5). I also exported as an ONNX model. But I don’t know how to write some C# code to...

Hello: I have installed Lobe Application in my Windows 10 PC, from this URL: https://www.lobe.ai/ I used a small dataset to train and get an ONNX model. This model is...

The example on README.md shows: `Console.WriteLine(results.Classification.Label);` But results has a collection called Classifications, not a single item.