AzureVision/DESCRIPTION

27 строки
1.1 KiB
Plaintext

Package: AzureVision
Title: Interface to Azure Computer Vision Services
Version: 1.0.2.9000
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: 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.
URL: https://github.com/Azure/AzureVision https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureVision/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
R (>= 3.3)
Imports:
AzureRMR,
AzureCognitive,
httr,
utils
Suggests:
knitr,
rmarkdown,
AzureAuth,
testthat
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.1.1