https://github.com/piwigo/piwigo-tag-recognition
Piwigo plugin to suggest tags on image (using external API)
https://github.com/piwigo/piwigo-tag-recognition
Last synced: over 1 year ago
JSON representation
Piwigo plugin to suggest tags on image (using external API)
- Host: GitHub
- URL: https://github.com/piwigo/piwigo-tag-recognition
- Owner: Piwigo
- Created: 2021-10-27T14:17:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:09:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:53:14.079Z (over 1 year ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoTag
Piwigo plugin to suggest tags on image (using external API). Internal Name : `tag_recognition`.
Generate tags, choose them and apply them on the image page.
Generate and automatically apply tags to a bunch of image on the batch manager.
## Available APIs
- [Imagga](https://imagga.com)
- **New** [Microsft Azure](https://azure.microsoft.com/fr-fr/services/cognitive-services/computer-vision/) (you'll have to create an application on Azure)
## Usage
* Install the plugin on your Piwigo
* Create an Imagga Account on https://imagga.com/auth/signup (or [here](https://azure.microsoft.com/fr-fr/free/cognitive-services/) for Microsoft Azure)
* Enter your api token and api secret on the plugin configuration page
* Go to an image modification page and click on the little robot next to the tags input
* Generate tags, select the ones you want and apply them
### Warning
As this plugin use an external API, we cannot assure you that your data will not be used or sold. I recommend you to check the data policy of each external API you use with this plugin.