Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI ALT Genius (WordPress Alt Text Automation)

WordPress Plugin PHP Version License: GPL v3 WPStack Studio

AI ALT Genius generates contextual, accessibility-focused image alt text descriptions across your WordPress Media Library using computer vision models.

Need Custom WordPress Plugin Development or AI Integrations?
WPStack builds custom AI plugins, OpenAI/Anthropic API integrations, vector search systems, and custom WooCommerce extensions.
👉 Request a Custom Plugin Estimate at WPStack.online


🌟 Key Features

  • Computer Vision Analysis: Analyzes media library images to generate precise, human-readable alt descriptions.
  • Bulk Alt Text Generation: Process missing image Alt tags across large WordPress media archives in batches.
  • Accessibility Compliance (WCAG 2.1): Formats alt text specifically for screen readers and accessibility guidelines.
  • Built for Human Review: One-click preview and editing before committing alt text changes to the database.
  • Zero Layout Impact: Preserves image aspect ratios, EXIF metadata, and media database structures.

🚀 Installation

  1. Clone this repository into your WordPress plugins directory:
    cd wp-content/plugins/
    git clone https://github.com/wpstack/ai-alt-genius.git
  2. Activate AI ALT Genius in WordPress Admin > Plugins.
  3. Configure your API credentials in Media > AI ALT Genius.

🛠️ Developer Hooks

// Filter generated alt text draft before saving to attachment postmeta
add_filter('ai_alt_genius_generated_text', function($alt_text, $attachment_id) {
    return trim($alt_text) . ' - WPStack Visual';
}, 10, 2);

📖 Official Guides & Resources


📜 License

Distributed under the GNU General Public License v3.0.
Maintained with ❤️ by WPStack - Custom WordPress Plugin Development Studio.


🌐 Connect with WPStack

About

AI ALT Genius - Automatic contextual image alt text generation for WordPress accessibility.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages