Package: AzureVision 1.0.2.9000

Hong Ooi

AzureVision: Interface to Azure Computer Vision Services

An interface to 'Azure Computer Vision' <https://docs.microsoft.com/azure/cognitive-services/Computer-vision/Home> and 'Azure Custom Vision' <https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/home>, building on the low-level functionality provided by the 'AzureCognitive' package. These services allow users to leverage the cloud to carry out visual recognition tasks using advanced image processing models, without needing powerful hardware of their own. Part of the 'AzureR' family of packages.

Authors:Hong Ooi [aut, cre], Microsoft [cph]

AzureVision_1.0.2.9000.tar.gz
AzureVision_1.0.2.9000.zip(r-4.5)AzureVision_1.0.2.9000.zip(r-4.4)AzureVision_1.0.2.9000.zip(r-4.3)
AzureVision_1.0.2.9000.tgz(r-4.4-any)AzureVision_1.0.2.9000.tgz(r-4.3-any)
AzureVision_1.0.2.9000.tar.gz(r-4.5-noble)AzureVision_1.0.2.9000.tar.gz(r-4.4-noble)
AzureVision_1.0.2.9000.tgz(r-4.4-emscripten)AzureVision_1.0.2.9000.tgz(r-4.3-emscripten)
AzureVision.pdf |AzureVision.html
AzureVision/json (API)
NEWS

# Install 'AzureVision' in R:
install.packages('AzureVision', repos = c('https://azure.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/azure/azurevision/issues

On CRAN:

azure-cognitive-servicesazure-sdk-rcomputer-visioncustom-vision

49 exports 5 stars 1.29 score 15 dependencies 607 downloads

Last updated 4 years agofrom:d85e4f5c2d

Exports:add_image_regionsadd_image_tagsadd_imagesadd_negative_tagadd_tagsanalyzearea_of_interestbrowse_imagescall_cognitive_endpointcategorizeclassification_servicecognitive_endpointcomputervision_endpointcreate_classification_projectcreate_object_detection_projectcustomvision_prediction_endpointcustomvision_training_endpointdelete_modeldelete_projectdescribedetect_objectsdo_prediction_opdo_training_opexport_modelget_modelget_projectget_tagidentify_regionslist_computervision_domainslist_imageslist_model_exportslist_modelslist_projectslist_tagsmake_thumbnailobject_detection_servicepublish_modelread_textremove_image_regionsremove_image_tagsremove_imagesremove_tagsrename_modelshow_modelshow_training_performancetagtrain_modelunpublish_modelupdate_project

Dependencies:askpassAzureAuthAzureCognitiveAzureGraphAzureRMRcurlhttrjosejsonlitemimeopensslR6rappdirssysuuid

Using the Computer Vision service

Rendered fromcomputervision.Rmdusingknitr::rmarkdownon Jun 27 2024.

Last update: 2019-11-12
Started: 2019-11-06

Creating and deploying a Custom Vision predictive service

Rendered fromcustomvision.Rmdusingknitr::rmarkdownon Jun 27 2024.

Last update: 2020-10-17
Started: 2019-11-10

Readme and manuals

Help Manual

Help pageTopics
Add and remove regions from imagesadd_image_regions customvision_regions identify_regions remove_image_regions
Tag and untag images uploaded to a projectadd_image_tags add_image_tags.classification_project customvision_image_tags remove_image_tags
Add, list and remove images for a projectadd_images add_images.classification_project add_images.object_detection_project customvision_images list_images remove_images
Add, retrieve and remove tags for a projectadd_negative_tag add_tags customvision_tags get_tag list_tags remove_tags
Interface to Azure Computer Vision APIanalyze area_of_interest categorize computervision describe detect_objects list_computervision_domains make_thumbnail read_text tag
View images uploaded to a Custom Vision projectbrowse_images
Connect to a Custom Vision predictive serviceclassification_service customvision_predictive_service object_detection_service
Endpoint objects for computer vision servicescomputervision_endpoint customvision_prediction_endpoint customvision_training_endpoint
Create, retrieve, update and delete Azure Custom Vision projectscreate_classification_project create_object_detection_project customvision_project delete_project get_project list_projects update_project
Carry out a Custom Vision operationdo_prediction_op do_prediction_op.customvision_predictive_service do_training_op do_training_op.customvision_project
Get predictions from a Custom Vision modelpredict predict.classification_service predict.customvision_model predict.object_detection_service
Publish, export and unpublish a Custom Vision model iterationexport_model list_model_exports publish_model unpublish_model
Display model iteration detailsshow_model show_training_performance summary.customvision_model
Create, retrieve, rename and delete a model iterationdelete_model delete_model.customvision_model delete_model.customvision_project get_model list_models rename_model train_model