Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created September 5, 2018 14:31
Show Gist options
  • Save hawkeye64/8bd5c1a7eba8fb4d58b6df223ee115ea to your computer and use it in GitHub Desktop.
Save hawkeye64/8bd5c1a7eba8fb4d58b6df223ee115ea to your computer and use it in GitHub Desktop.
Linux command to run "classify" on images (with Color in name and extension .jpg)
find . -type f -name "*Color*.jpg" -exec classify --image "{}" --confidence 30 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment