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-19 15:03:58 +03:00
|
|
|
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
|
2019-10-19 15:03:58 +03:00
|
|
|
- tags.py
|
2019-06-21 01:38:51 +03:00
|
|
|
- describe.py
|
2019-06-21 07:44:05 +03:00
|
|
|
- thumbnail.py
|
2019-06-21 01:38:51 +03:00
|
|
|
commands:
|
2019-06-21 07:44:05 +03:00
|
|
|
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.
|