/Classify_images_using_google_vision

This is the sample code created to classify images based on labels returned by google-vision-api

Primary LanguagePython

This is a python application using Google-vision API to organize pictures. The code will accept two arguments -

  • arg1 - Source folder containing images
  • arg2 - Destination folder where all the images will be organized under resultant label-folders.

The code has been tested with Python 3.

#Pre-requisites

  • Authentication with Google Cloud API as Shown here
  • Python 3.x
  • Pip utility
  • Pip install -r requirements.txt

Further details of using Google Vision API can be found at : Python label detection Vision API example. See the tutorial.