patelutkarsh/better-file-name

A WordPress plugin to rename the image based on the image content using openai.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.4.2 2024-04-27 02:45 UTC

This package is auto-updated.

Last update: 2024-12-15 04:47:16 UTC


README

Description

This WordPress plugin renames files to be more readable using an open API (gpt-4-vision) upon upload and generates accessible alt text for images.

Rename file idea for WordPress was originally purposed by Pascal Birchler in following tweet.

Additional features:

  • Allows generating featured image using dall-e-2 or dall-e-3 API.

Note: GPT-4 Vision is in preview, It is not recommended to use this plugin on a production site.

Demo:

demo.mp4

Installation

Manual Installation

  1. Download the zip file from the GitHub release
  2. Upload the plugin folder to /wp-content/plugins/.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Set up the open API key from the settings page under the 'Tools' menu: /wp-admin/tools.php?page=better-file-name-settings

Composer Installation (if your setup supports composer autoloading)

  1. Run composer require patelutkarsh/better-file-name command.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Set up the open API key from the settings page under the 'Tools' menu: /wp-admin/tools.php?page=better-file-name-settings

Generate Missing Alt Text

Run following command to generate alt text for all images that do not have any.

wp better-file-name generate-alt-text --dry-run

This can take a while depending on the number of images on your site.