Cognitive Service Vision Model Customization using Python
Intro
Cognitive Service Vision Model Customization is a model training service that allows users like developers to easily train an image classification model (Multiclass only for now) or object detection model, with low-code experience and very little understanding in machine learning or computer vision required.
This is a sample repository demonstrating how to train and predict a custom model with Cognitive Service for Vision, using Python. To get started, checkout this tutorial in Python notebook.
Existing Custom Vision (customvision.ai) Customers
Refer to export_cvs_data_to_blob_storage.ipynb for instructions or directly run export_cvs_data_to_blob_storage.py to export Custom Vision images and annotations to your own blob storage, which can be later used for model customization training.
Once data is exported, you can use it with Cognitive Service Vision Model Customization.
FAQ
For frequently asked questions or quick trouble shoot, checkout FAQ, including things like trouble shooting guide, quota information, etc.
RESTful API & SDK
If you would like to exlpore more functionalities offered in Cognitive Service Vision, you can refer to this link for a quick start.
For more documentation,
Release files for cognitive-service-vision-model-customization-python-samples 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cognitive-service-vision-model-customization-python-samples-0.0.3.tar.gz | 15.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cognitive_service_vision_model_customization_python_samples-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.9 kB
Release files / cognitive-service-vision-model-customization-python-samples-0.0.3.tar.gz
| Download URL | cognitive-service-vision-model-customization-python-samples-0.0.3.tar.gz |
|---|---|
| Size | 15.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a93c5d5a331952ca82f112a8743c6cb6658a6511b77319a3ac2573fd61b0313f
|
|
BLAKE2b-256 checksum How to use checksums |
92725174271d81ba10f988075a9c033a20d3bb033d136329e02af307f7368def
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / cognitive_service_vision_model_customization_python_samples-0.0.3-py3-none-any.whl
| Download URL | cognitive_service_vision_model_customization_python_samples-0.0.3-py3-none-any.whl |
|---|---|
| Size | 22.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d4a49f001036a6a7adec87902b43b93647e7922ba7cab700f6e6f9ba5c0bafd4
|
|
BLAKE2b-256 checksum How to use checksums |
818c50e82ccaa44d08f0d0338753001495ac5d97496e684992ad27fe843ae327
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|