Download the PHP package patelutkarsh/better-file-name without Composer
On this page you can find all versions of the php package patelutkarsh/better-file-name. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download patelutkarsh/better-file-name
More information about patelutkarsh/better-file-name
Files in patelutkarsh/better-file-name
Download patelutkarsh/better-file-name
More information about patelutkarsh/better-file-name
Files in patelutkarsh/better-file-name
Vendor patelutkarsh
Package better-file-name
Short Description A WordPress plugin to rename the image based on the image content using openai.
License GPL-2.0-or-later
Package better-file-name
Short Description A WordPress plugin to rename the image based on the image content using openai.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package better-file-name
Better File Name
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:
Installation
Manual Installation
- Download the zip file from the GitHub release
- Upload the plugin folder to /wp-content/plugins/.
- Activate the plugin through the 'Plugins' menu in WordPress.
- 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)
- Run
composer require patelutkarsh/better-file-name
command. - Activate the plugin through the 'Plugins' menu in WordPress.
- 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.
All versions of better-file-name with dependencies
PHP Build Version
Package Version
No informations.
The package patelutkarsh/better-file-name contains the following files
Loading the files please wait ....