mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-16 00:12:33 -06:00
9 lines
500 B
Markdown
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`. |