https://github.com/prolific-digital/altly-wp-plugin
A WordPress plugin that uses AI to automatically generate and update alt text for images and media.
https://github.com/prolific-digital/altly-wp-plugin
accessibility wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
A WordPress plugin that uses AI to automatically generate and update alt text for images and media.
- Host: GitHub
- URL: https://github.com/prolific-digital/altly-wp-plugin
- Owner: prolific-digital
- License: other
- Created: 2023-07-16T15:35:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T18:30:00.000Z (4 months ago)
- Last Synced: 2025-02-15T19:30:27.753Z (4 months ago)
- Topics: accessibility, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://altly.ai
- Size: 3.97 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Altly - WordPress Plugin
This WordPress plugin automatically generates alt text for images without alt text in the media library. It uses the Google Vision API and the OpenAI API to generate a grammatically correct description of the image.
## Features
- Scans all images in the WordPress media library.
- Identifies images that do not have alt text.
- Sends these images to the Google Vision API to identify objects in the image.
- Sends the results from the Google Vision API to the OpenAI API to generate a grammatically correct description.
- Updates the alt text of the image with the generated description.
- Provides a settings screen with a button to start the alt text generation process and a progress bar to track the progress.## Installation
1. Upload the plugin files to the `/wp-content/plugins/alt-text-generator` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.## Usage
1. Go to the settings screen for the plugin.
2. Click on the "Generate Alt Text" button.
3. The plugin will start processing the images and the progress bar will show the progress.## License
This plugin is proprietary software. Unauthorized copying, modification, distribution, or use of this software, via any medium, is strictly prohibited. For inquiries about the usage of this software, please contact the owner.
## Support
If you need help with this plugin, please contact support at [email protected].
## Contributing
As this is a proprietary plugin, we are not accepting contributions at this time.
## Note
Please note that the Google Vision API and OpenAI API are not free and using them will incur charges. The plugin is provided as-is, without warranty of any kind.