Skip to content

chee/computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

command line interface for apple's computer vision library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages