pagemachine/ai-tools

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

Installs: 3 159

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

1.1.0 2024-12-17 15:15 UTC

This package is auto-updated.

Last update: 2024-12-17 15:17:32 UTC


README

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

Documentation

The full documentation can be found here

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 and all assets generated with the shipped Docker Compose definition:

docker compose run --rm app composer build