serverless-cognitive-services:调用认知服务API的无服务器端点

时间:2021-05-14 22:54:32
【文件属性】:
文件名称:serverless-cognitive-services:调用认知服务API的无服务器端点
文件大小:18KB
文件格式:ZIP
更新时间:2021-05-14 22:54:32
machine-learning computer-vision serverless azure azure-functions 适用于Azure认知服务API的Azure函数包装器的集合 计算机视觉API 提供了最新的算法来处理图像和返回信息。 例如,它可用于确定图像是否包含成熟内容,或者可用于查找图像中的所有面Kong。 它还具有其他功能,例如估计主色和强调色,对图像内容进行分类以及使用完整的英语句子描述图像。 此外,它还可以智能地生成图像缩略图,以有效显示大型图像。 要在该项目中运行功能,您需要一个Computer Vision实例。 您可以使用或创建一个。 az cognitiveservices account create -n serverless-cvs -g serverlesscognitiveservices --kind "ComputerVision" --sku F0 -l WestUS2 --yes 将local.settings.sample.json重命名为local.se
【文件预览】:
serverless-cognitive-services-master
----.gitignore(1KB)
----ocr()
--------function.json(302B)
--------index.js(833B)
--------Readme.md(2KB)
----package.json(248B)
----package-lock.json(1KB)
----face-detect()
--------function.json(302B)
--------index.js(912B)
--------Readme.md(3KB)
----local.settings.sample.json(208B)
----tag-image()
--------function.json(271B)
--------index.js(697B)
--------Readme.md(2KB)
----Readme.md(3KB)
----extensions.csproj(360B)
----.funcignore(66B)
----describe-image()
--------function.json(271B)
--------index.js(830B)
--------Readme.md(2KB)
----.vscode()
--------settings.json(383B)
--------launch.json(389B)
--------tasks.json(1KB)
--------extensions.json(73B)
----host.json(136B)
----proxies.json(72B)
----analyze-image()
--------function.json(271B)
--------index.js(873B)
--------Readme.md(3KB)

网友评论