Microsoft Azure Custom Vision Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Custom Vision Client Library.
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
For a more complete set of Azure libraries, see the azure bundle package.
Compatibility
IMPORTANT: If you have an earlier version of the azure package (version < 1.0), you should uninstall it before installing this package.
You can check the version using pip:
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
pip uninstall azure
Usage
For code examples, see Custom Vision on docs.microsoft.com.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
0.4.0 (2018-11-13)
The API client name was changed from TrainingAPI to CustomVisionTrainingClient, in keeping with other Azure SDKs.
The way the Azure region is specfied has changed. Specifically, the AzureRegion property was dropped in favor of an Endpoint property. If you were previously specifying an AzureRegion value, you should now specify Endpoint=’https://{AzureRegion}.api.cognitive.microsoft.com’ instead. This change ensures better global coverage.
Added ONNX 1.2 as an export option
Added negative tag support.
0.3.0 (2018-07-12)
Features
Added ability to create Multilabel or Multiclass image classification projects
Fixes and improvements to Docker container export and export pipeline to know when a newer version is available
0.2.0 (2018-05-07)
Breaking changes
Expect many breaking changes. As a preview package, we don’t detail, but updated samples are available at: https://github.com/Azure-Samples/cognitive-services-python-sdk-samples
Features
Adding support for object detection projects and expanded export functionality for image classification projects
Client class can be used as a context manager to keep the underlying HTTP session open for performance
Bugfixes
Compatibility of the sdist with wheel 0.31.0
Internal API version moved from 1.2 to 2.0
0.1.0 (2018-04-05)
Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for azure-cognitiveservices-vision-customvision-0.4.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 577682634dc126d66a44eee211e7a7268c499165fa963c2073356eba55090855 |
|
MD5 | 02e3a014c58bd78ccdcf369d824f97cb |
|
BLAKE2b-256 | cbdd7d980bed7d60e72e4b50d61e41bcf84d8f0c5794a3978a821f44271ace30 |
Hashes for azure_cognitiveservices_vision_customvision-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8848542e5292871d4fba858b118bd84ef624afd2a7d71dac27ceb63fcdd34fd3 |
|
MD5 | 00136704f99c0e202d05258cc6f35344 |
|
BLAKE2b-256 | 20a4869552805373199b1dc026c5317e9e936d2e0302e2c09636d917a89b9d2d |