이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Taghound Media Tagger

설명

Automatically tag and search images in your media library using Clarifai’s object recognition API. Using advances in deep learning, Clarifai leverages convoluted neural networks to analyze an image and return predictions of the contents of that image.

Typically, your images will be tagged with simple indicators like:

  • one person
  • no people
  • happy
  • man/woman
  • outdoors
  • tree

Taghound Media Tagger takes these predictions and turns them into WordPress tags. This enables you to immediately search for images you’ve added to your media library by the contents of the image and not by the title or description you have manually entered.

Taghound Media Tagger lets you tag new images in addition to a backlog of older images you added before installing the plugin!

Features

  • Automatically tag images in your media gallery with predicted contents
  • Search for the contents of images using the Media Gallery search input
  • Filter your media gallery by a specific tag
  • Tag existing images in your media library with the click of a button

Coming Soon

We’re always looking to improve Taghound Media Tagger. Here’s what is on the roadmap:

  • Tag videos in addition to photos

Github

This plugin is open-source and available on Github. Please consider contributing to the plugin if you find bugs or have a feature you’d like to see implemented:

https://github.com/jplhomer/taghound-media-tagger

Website

http://jplhomer.org/projects/taghound-media-tagger/

Art

Special thanks to Kevin Fish for his work on the TagHound logo and banner!

스크린샷

  • 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

설치

  1. 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.
  2. Upload ‘taghound-media-tagger’ to the ‘/wp-content/plugins/’ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Visit the Clarifai Developer Portal and create a free or paid account
  5. Create an application with Clarifai, and copy the API Key from the developer portal
  6. Visit the Taghound settings page under Settings
  7. Paste in the API Key from step 4 and click “Save Changes”
  8. On the same page, click the checkbox “Enable for all new Images” to have Taghound Media Tagger begin tagging new images!

FAQ

Installation Instructions
  1. 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.
  2. Upload ‘taghound-media-tagger’ to the ‘/wp-content/plugins/’ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Visit the Clarifai Developer Portal and create a free or paid account
  5. Create an application with Clarifai, and copy the API Key from the developer portal
  6. Visit the Taghound settings page under Settings
  7. Paste in the API Key from step 4 and click “Save Changes”
  8. 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.

후기

2017년 2월 10일 답글 1개
This plugin is excellent, it works flawlessly with the exact, simple and objective function I wanted it: to be able to tag images in my WP Media Library. Thanks for the good work!
모든 1 평가 읽기

기여자 & 개발자

“Taghound Media Tagger”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Taghound Media Tagger”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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

  • Taghound Media Tagger.