azcv/MLHUB.yaml

30 строки
938 B
YAML
Исходник Обычный вид История

2019-06-21 01:38:51 +03:00
--- # Azure Computer Vision
meta:
name : azcv
title : Azure Computer Vision.
keywords : azure, computer vision, ocr, thumbnail, image to text, cloud
version : 2.3.4
2019-06-21 01:38:51 +03:00
languages : py
display : demo
license : mit
author : Graham.Williams@microsoft.com
url : https://github.com/Azure/azcv
dependencies:
pip3:
- azure-cognitiveservices-vision-computervision
files:
- https://mlhub.ai/empty.txt: private.txt
2019-10-19 01:43:57 +03:00
- docs/README.md: README.md
2019-06-21 01:38:51 +03:00
- demo.py
- ocr.py
- landmark.py
- tags.py
2019-06-21 01:38:51 +03:00
- describe.py
- thumbnail.py
2019-06-21 01:38:51 +03:00
commands:
demo : Demonstrate the functionality of computer vision models.
tag : Extract tags for an image.
describe : Describe the main element(s) of the image.
ocr : Extract text from images.
landmark : Identify landmark in a photo.
thumbnail : Create a good/informative thumbnail from an image.