Skip to content

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

Notifications You must be signed in to change notification settings

dapper-hacker/Classify_images_using_google_vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages