mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-09 22:07:56 -06:00
added README
This commit is contained in:
12
README.md
12
README.md
@@ -6,4 +6,14 @@ This repository is for a interesting project involving Google's Vision API and s
|
||||
|
||||
## 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`.
|
||||
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`.
|
||||
|
||||
## Features
|
||||
|
||||
Automatic tagging of photos using a high quality Vision API
|
||||
|
||||
Automatic compression of photos for minimal data usage on both your and Google's end
|
||||
|
||||
Support for .NEF RAW file compression with .XMP metadata files.
|
||||
|
||||
- With added support for all non .NEF files with basic
|
||||
Reference in New Issue
Block a user