azcv/MLHUB.yaml

38 строки
1.2 KiB
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
2019-10-20 04:49:51 +03:00
version : 2.4.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-10-20 03:29:07 +03:00
- category.py
- objects.py
- brands.py
- faces.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.
2019-10-20 03:29:07 +03:00
category : Image category based on a taxonomy of 86 concepts.
objects : Detect objects within the image.
brands : Identify brands in an image.
ocr : Extract text from images.
landmark : Identify landmark in a photo.
2019-10-20 03:29:07 +03:00
thumbnail : Create a good/informative thumbnail from an image.
faces : Detect faces in an image.