Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 340 Bytes

computer vision

a command-line interface to Apple's Vision APIs

usage

# read text from an image and print it out
$ computer-vision recognize text ./screenshot.png
hello world

# find animals in an image and print out their names
$ computer-vision recognize animals ./mysterious-animals.png
dog (22% sure)
cat (47% sure)