An open API service indexing awesome lists of open source software.

https://github.com/gdmcdonald/google-automl-vision-predict

Jupyter notebook for classifying a folder of images using google auto-ml vision
https://github.com/gdmcdonald/google-automl-vision-predict

google-cloud python python3 vision-api

Last synced: about 2 months ago
JSON representation

Jupyter notebook for classifying a folder of images using google auto-ml vision

Awesome Lists containing this project

README

          

# google-automl-vision-predict
Generic Jupyter notebook for classifying a folder of images using google auto-ml vision

1. Set up and train a model with Google Cloud Auto-ML Vision here:
https://cloud.google.com/vision/

2. Set up a Service account and download the authentication .json

3. Predict the category of each image in a folder of images using the jupyter notebook here, after you change the filenames/directory names appropriately. The categorised images will be copied into a new folder structure reflecting their category.