An open API service indexing awesome lists of open source software.

https://github.com/marcominerva/customvisionservicelibrary

A lightweight library that allows to easily analyze images using Custom Vision, with the ability to automatically resize the source before sending it to the service.
https://github.com/marcominerva/customvisionservicelibrary

cognitive-services custom-vision net-standard

Last synced: about 1 month ago
JSON representation

A lightweight library that allows to easily analyze images using Custom Vision, with the ability to automatically resize the source before sending it to the service.

Awesome Lists containing this project

README

        

# Custom Vision Service Library

A lightweight library that allows to easily analyze images using Custom Vision, with the ability to automatically resize the source before sending it to the service.

**Installation**
The library is available on [NuGet](https://www.nuget.org/packages/CustomVisionServiceLibrary/). Just search *CustomVisionServiceLibrary* in the **Package Manager GUI** or run the following command in the **Package Manager Console**:

Install-Package CustomVisionServiceLibrary