Image Classify
Image Classify

Image Classify

UjW0L

Image Classify is a WordPress plugin that provides a block to classify images using deep learning. The plugin allows administrators to control what kind of images users can upload, helping to block unwanted image uploads to the server.

The plugin uses a third-party deep learning model to perform image classification, without sending data outside of the user’s device. The model is loaded locally, ensuring data privacy.

Features

  • Image classification using TensorFlow.js with MobileNet V1.
  • Set minimum confidence score thresholds for image classes.
  • Control image uploads based on classification results.

Integrations

The plugin uses a third-party model from TensorFlow Hub, but no data is sent out of the user’s device. The model used is:
* MobileNet V1 Classification Model

What is the confidence score?

The confidence score is the minimum threshold value that determines whether an image belongs to one of the specified classes. If an image’s classification score is below this threshold, it will be blocked from uploading.

Does this plugin send data to third-party services?

No. The plugin loads a pre-trained model from TensorFlow Hub to classify images, but all processing happens locally on the user’s device, and no data is sent to third-party servers.

0.1.0

  • Initial release.

1.0.0

  • Added nonce verification for improved security.

To install the Image Classify plugin:

  1. Upload the plugin files to the /wp-content/plugins/image-classify directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

Reviews

0 out of 5 stars

  • Version: 1.0.0
  • Last updated: 2 days ago
  • Active installations: 0
  • WordPress version: 6.4.2
  • Tested up to: 6.6.2
  • PHP version: 7.0