
Automatically tag and search images in your media library using Clarifai's object recognition API.
Screenshots

Tags are automatically applied to images when added to the media library

Tags are searchable from within the media library

Tags are searchable from within the Insert Media modal window when editing a post, too

Filter media items by a specific tag when using the list view of the media library
FAQ
Installation Instructions
- NOTE: You must have PHP 5.5 or greater installed on your server to activate the plugin. Ask your web host about this if you are unsure.
- Upload ‘taghound-media-tagger’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit the Clarifai Developer Portal and create a free or paid account
- Create an application with Clarifai, and copy the API Key from the developer portal
- Visit the Taghound settings page under Settings
- Paste in the API Key from step 4 and click “Save Changes”
- On the same page, click the checkbox “Enable for all new Images” to have Taghound Media Tagger begin tagging new images!
Q. How do my images get analyzed by Clarifai?
A. Taghound Media Tagger sends each of your images over HTTPS to Clarifai after they’ve been uploaded to your media gallery.
Q. What does Clarifai do with my images?
A. Clarifai processes your images and returns a list of associated keywords. Additionally, Clarifai stores images to further train its models and increase the accuracy of future responses. Clarifai does not share your images with third parties.
Q. Does this plugin process images that already exist in my media library?
A. Yes! Visit the Settings > Taghound page and use the Bulk Tagger tool.
Q. What if an image gets tagged with something I don’t like?
A. You may untag the image by clicking the ‘X’. This is similar to how you would remove a tag from a post.
Q. Can I use this plugin with other 3rd party plugins like Media Library Assistant?
A. Yes! We’ve provided a hook for you to choose where to store the tags. Pass a function that returns the slug of the taxonomy you’d like to use to tmt_tag_taxonomy
inside your theme’s functions.php file.
See the documentation here.
We’ve also tested this with a couple popular media management plugins:
Note that the default user interface for Taghound’s tag manipulation will be hidden when you’ve chosen an alternate tag taxonomy.
ChangeLog
2.0.2
- Fixes bug where server would time out during upload-only bulk tagging events
- Fixes visual bug introduced in tag picker in WordPress 4.9
2.0.1
- Minor updates to the Readme and required PHP version.
2.0.0
- FEATURE: Supports v2 of the Clarifai API! You will need to generate an API token to continue using the product.
- FEATURE: Run the bulk tagger in upload-only mode.
- Removes support for checking your usage stats in WordPress. Clarifai no longer supports this.
1.2.0
- FEATURE: Adds the
tmt_tag_taxonomy
filter to allow users to customize the taxonomy used to store tags
1.1.1
- Show more detailed error message during Bulk Tagging failure
1.1.0
- FEATURE: A bulk tagger tags existing images in library
- FEATURE: Under the hood, sends URL to image assets instead of uploading images individually
- FEATURE: Moves Taghound settings to a dedicated screen
1.0.4
- BUGFIX: Adds media browser support back to < WordPress 4.7
1.0.3
- Removes cruft added to last build.
1.0.2
- Updates admin UI to support WordPress 4.7
- Adds a minimum required PHP version of 5.5.
1.0.1
- FEATURE: See Clarifai API usage data under Media settings.
1.0.0