azcv/MLHUB.yaml

44 строки
1.4 KiB
YAML
Исходник Обычный вид История

2019-06-21 01:38:51 +03:00
--- # Azure Computer Vision
meta:
name : azcv
title : Azure Computer Vision.
2019-10-20 14:26:12 +03:00
keywords : azure, computer vision, ocr, thumbnail, image to text, cloud, adult, object detection, brand detection, faces
2019-10-21 02:55:49 +03:00
version : 2.4.8
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
2019-10-21 02:34:46 +03:00
- landmarks.py
2019-10-21 02:44:22 +03:00
- celebrities.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
- adult.py
2019-10-20 14:26:12 +03:00
- color.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.
2019-10-21 02:34:46 +03:00
landmarks : Identify landmarks in a photo.
celebrities : Identify celebrities 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.
2019-10-20 14:26:12 +03:00
adult : Check if the image if of adult or racy material.
color : Returns the color scheme of the image.