pagemachine/ai-tools

A TYPO3 extension that leverages artificial intelligence to enhance content and accessibility

Installs: 2 830

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

0.0.8 2024-11-07 12:17 UTC

This package is auto-updated.

Last update: 2024-11-07 13:18:54 UTC


README

A TYPO3 extension that leverages artificial intelligence to enhance content and accessibility.

Installation

This extension is installable from various sources:

  1. Via Composer:

     composer require pagemachine/ai-tools
    
  2. From the TYPO3 Extension Repository

  3. From Github

Features

Image Alt Tag Generation

  • Automatically generates meaningful alt tags for images using AI
  • Supports generation in multiple languages:
    • Create alt tags in any supported language
    • Translate existing alt tags to different languages
  • Improves website accessibility and SEO
  • Prompt management through the TYPO3 backend

Testing

All tests can be executed with the shipped Docker Compose definition:

docker compose run --rm app composer build