Files
phototag/README.md
2019-08-19 07:30:00 -05:00

9 lines
500 B
Markdown

# photo-tagging
## What is this repository?
This repository is for a interesting project involving Google's Vision API and support for automatic photo tagging, with support for Adobe's XMP metadata and other file property based metadata.
## How does it work?
This application is built in Python and utilizes the `google-cloud` python module. Install using `pip install google-cloud`. A key should be provided by google in a `.json` file, insert this at `./package/key/photo_tagging_service.json`.