AzureVision/DESCRIPTION

27 строки
1.1 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-09-19 04:59:50 +03:00
Package: AzureVision
2019-09-30 11:09:12 +03:00
Title: Interface to Azure Computer Vision Services
2021-01-12 22:34:52 +03:00
Version: 1.0.2.9000
2019-09-19 04:59:50 +03:00
Authors@R: c(
2020-10-15 17:44:38 +03:00
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
2019-09-19 04:59:50 +03:00
person("Microsoft", role="cph")
)
2019-11-15 02:37:52 +03:00
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.
2019-09-19 04:59:50 +03:00
URL: https://github.com/Azure/AzureVision https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureVision/issues
License: MIT + file LICENSE
2019-11-06 14:52:18 +03:00
VignetteBuilder: knitr
2019-09-19 04:59:50 +03:00
Depends:
R (>= 3.3)
Imports:
2019-10-05 22:18:14 +03:00
AzureRMR,
2019-09-26 04:16:30 +03:00
AzureCognitive,
2019-10-05 22:18:14 +03:00
httr,
2019-10-01 13:56:16 +03:00
utils
2019-09-19 04:59:50 +03:00
Suggests:
2019-11-06 14:52:18 +03:00
knitr,
2020-10-15 17:44:38 +03:00
rmarkdown,
2019-10-09 14:10:48 +03:00
AzureAuth,
testthat
2020-10-15 17:53:36 +03:00
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.1.1