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.
- Host: GitHub
- URL: https://github.com/marcominerva/customvisionservicelibrary
- Owner: marcominerva
- License: gpl-3.0
- Created: 2017-08-07T13:26:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T09:37:15.000Z (about 7 years ago)
- Last Synced: 2025-01-20T08:26:10.163Z (3 months ago)
- Topics: cognitive-services, custom-vision, net-standard
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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